I'm now working on a full style guide for Kotlin b...
# codingconventions
y
I'm now working on a full style guide for Kotlin based on notes at https://github.com/yole/kotlin-style-guide/issues, and I'd appreciate your feedback. here's the current draft: https://github.com/JetBrains/kotlin-web-site/blob/e562c56615b4ba6c51a8b2251eb3e201860b15e4/pages/docs/reference/coding-conventions.md
👍 1
f
Awesome, I was wondering if there were any official style guides on the way
Function names are usually verbs or verbs
m
Heh, noticed that too.
f
This might be nitpicky, but:
In unit tests (and only in unit tests)
integration tests?