Kotlin coding conventions: Horizontal whitespace
In
coding convention of Kotlin, in white spaces sections it is noticed that:
As a general rule, avoid horizontal alignment of any kind. Renaming an
identifier to a name with a different length should not affect the
formatting of either the declaration or any of the usages.
What does this mean?
Renaming an identifier to a name with a different length should not
affect the...