firebase/snippets-android

Dont mUse Hungarian notation in kotlin snippets

the-dagger opened this issue · 4 comments

In reference to what @SUPERCILEX mentioned here, we should avoid hungarian notation in our Kotlin snippets.

https://twitter.com/SUPERCILEX/status/1050544888733818880?s=19

The best thing would be to follow the official style guide: https://android.github.io/kotlin-guides/style.html.

And here are the naming conventions: https://android.github.io/kotlin-guides/style.html#naming-1

Sounds good, thanks.
@samtstern does this sound good? I'll be happy to help with this one!

Yeah, makes sense.
I'll add it here and you can proceed with the quickstart. 👍