80 character lines

For general rambling.
Post Reply

Do you like 80 character lines?

Yes
1
17%
No
5
83%
 
Total votes: 6

Jonathan
Grand Pooh-Bah
Posts: 6722
Joined: Tue Sep 19, 2006 8:45 pm
Location: Portland, OR
Contact:

80 character lines

Post by Jonathan »

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.

Peijen
Minion to the Exalted Pooh-Bah
Posts: 2790
Joined: Fri Jul 18, 2003 2:28 pm
Location: Irvine, CA

Re: 80 character lines

Post by Peijen »

Dwindlehop wrote: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.
I think four years ago I posted the same question, I try to keep things under 120 characters per line.

Post Reply