80 character lines
Posted: Thu Jun 18, 2009 1:14 am
I really really hate too many extra new lines. The occasional new line scattered throughout a file breaks up logical chunks well. Putting everything on its own damn line drives me batty.
So batty, in fact, I am starting to think I hate 80 character line because they force new lines. Don't get me wrong: if there's a multi-arg boolean test I'll put each on its own line. But except for breaking on different boolean operators, I just don't do it.
So batty, in fact, I am starting to think I hate 80 character line because they force new lines. Don't get me wrong: if there's a multi-arg boolean test I'll put each on its own line. But except for breaking on different boolean operators, I just don't do it.