Join Slack
Powered by
In Java/Groovy I prefered the order: `static` >...
# announcements
h
hastebrot
07/02/2016, 6:23 PM
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.
Open in Slack
Previous
Next