Hi here, I was reading this answer: <https://discu...
# getting-started
g
Hi here, I was reading this answer: https://discuss.kotlinlang.org/t/best-practices-for-top-level-declarations/2198/3 on kotlin forum. The author references “recommended practice” what practices is he talking about and where can I find them?
and further: https://discuss.kotlinlang.org/t/best-practices-for-top-level-declarations/2198/5 he mentions “idiomatic kotlin” where can I find more info about what it is?
a
I assume he refers to himself as a source, having contributed to Kotlin and written Kotlin in Action (Manning, 2017)
m
Here’s what the official docs say regards idiomatic code and conventions.
❤️ 2