cedric
06/15/2016, 12:23 PMvals
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.