As for the uppercase thing (what <@U0AK89KT6> was ...
# announcements
c
As for the uppercase thing (what @jkbbwr was saying) I'm always a bit conflicted. After all, these
vals
are constant by Java's definition, so the convention should dictate they are upper case. However, we have so many more
vals
in Kotlin than we do in Java that maybe this convention should be relaxed. I tend to follow it for
companion objects
but not instance fields.
👍 3