▲ | jaimebuelta 4 days ago | |
The first line should be readable enough, but in case it's longer than that, I way prefer the style of
of there the short-line alternative presented.I like short lines in general, as having a bunch of short lines (which tend to be the norm in code) and suddenly a very long line is terrible for readability. But all has exemptions. It's also very dependent on the programming language. |