Dont mUse Hungarian notation in kotlin snippets
the-dagger opened this issue · 4 comments
the-dagger commented
In reference to what @SUPERCILEX mentioned here, we should avoid hungarian notation in our Kotlin snippets.
https://twitter.com/SUPERCILEX/status/1050544888733818880?s=19
SUPERCILEX commented
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
the-dagger commented
Sounds good, thanks.
@samtstern does this sound good? I'll be happy to help with this one!
samtstern commented
Yep sounds good. I'm gonna do this on quickstart-android as well. Ideally
we'd get ktlint or some other tool into the build too.
…On Fri, Oct 12, 2018, 6:26 AM Harshit Dwivedi ***@***.***> wrote:
Sounds good, thanks.
@samtstern <https://github.com/samtstern> does this sound good? I'll be
happy to help with this one!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIEw6l_ncyscm8HbnoNzY03gr8Wpoom8ks5ukHx7gaJpZM4XY2tL>
.
the-dagger commented
Yeah, makes sense.
I'll add it here and you can proceed with the quickstart. 👍