In Java/Groovy I prefered the order: `static` >...
# announcements
h
In Java/Groovy I prefered the order:
static
> non-
static
> fields > methods > inner `class`es >
public
>
private
. And we could see `companion object`s as
static
stuff. But we could also see them as inner `class`es. Hmm.