I don't know if this is an FAQ, but is there some ...
# announcements
d
I don't know if this is an FAQ, but is there some style guide for kotlin? For example, in java there was no notion of
var
properties of the class. Is there a common location of declaring rw-properties and their set/get methods? Is this the same way as we usually did in Java - before member functions in a field declaration area? or are properties the same as member functions now and generally can be intermixed in a class body? I know conventions is a touchy subject, but maybe kotlin developers already borrow styles from other languages such as C# which also have properties?