Is there any guidelines on what order to put thing...
# announcements
s
Is there any guidelines on what order to put things in a class? E.g., properties at top and methods below, private before public, where to put companion objects or nested classes/enums, etc
r
overall be consistent with your team
s
^yes, I just wanted general guidelines so our team can follow them consistently 🙂
thanks Ruckus
👍 1