Hmm, very good point. Maybe I am just too used to ...
# announcements
f
Hmm, very good point. Maybe I am just too used to Java to make a clear distinction between
final static
constants (in UPPERCASE) and member fields (non-static, camelCase). But now that you mention it I guess I have to get used to just make a distinction only by the naming alone (UPPERCASE vs camelCase), even though both are declared as
val
in a
class
.