An open API service indexing awesome lists of open source software.

https://github.com/kotlin/api-guidelines

Best practices to consider when writing an API for your library
https://github.com/kotlin/api-guidelines

api documentation guidelines kotlin library

Last synced: 6 months ago
JSON representation

Best practices to consider when writing an API for your library

Awesome Lists containing this project

README

          

[![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

# Kotlin API guidelines

This guide contains a summary of best practices as well as some ideas to consider when writing an API for your library.

The guide is mostly authored by the Kotlin Libraries team, and is based on the practices the team follows when developing and maintaining Kotlin standard and official libraries.

You can read it at [kotl.in/api-guide](https://kotl.in/api-guide)

## Discussion

You are welcome to join the discsussion about existing guidelines
or to propose a new one. Feel free to join the [discussions](https://github.com/Kotlin/api-guidelines/discussions) or
submit your requests to [issues](https://github.com/Kotlin/api-guidelines/issues/).

## Contributing

See [Contribution Guidelines](CONTRIBUTING.md)