I like the annotations on constructor in one line ...
# getting-started
r
I like the annotations on constructor in one line since the constructor is part of the class declaration -- its not a separate
fun
like for
@Test
. Even so, its rare that the annotations would make that line too long. I added my variation to the issue. But nothing is sacred IMO -- if a particular annotation gets too long because it has attributes or whatever, I have no problem splitting it out onto a separate line -- clarity is king.