marukami/RxKotlin-Android-Samples

Property names underscore prefix

Opened this issue · 1 comments

frel commented

Why are the private property names prefixed with an underscore? As far as I know that convention is reserved for the case where you have two properties that are conceptually the same, but one is private and another is exposed as part of a public API.
https://kotlinlang.org/docs/reference/coding-conventions.html

No idea you would have to ask Kaushik Gopa. When I ported Kaushik RxJava Android Samples to Kotlin and Anko I was still learning. So, I never bothered to change the naming style.