···16161717Here are some general code style guidelines we follow.
18181919+Note that we aim to "code with respect", to avoid terminology that may limit our
2020+community or hurt those in it, as well as to conform with emerging industry
2121+standards. Good guidelines to look to include the
2222+[Android Coding with Respect][] policy and the
2323+[Write Inclusive Documentation][] page from the Google developer documentation
2424+style guide. The latter also links to a word list for clear documentation,
2525+which, while not binding on this project, is useful in making sure your code,
2626+comments, and docs are understandable by the worldwide Monado community.
2727+2828+[Android Coding with Respect]: https://source.android.com/setup/contribute/respectful-code
2929+[Write Inclusive Documentation]: https://developers.google.com/style/inclusive-documentation
3030+1931## APIs
20322133Internal APIs, when it makes sense, should be C APIs. Headers that define