in reply to On what column do you wrap your code?
I tend toward 80. Why? Hm, well...
So, I voted 80, but I'm not strict about it. If I'm maintaining code I try to derive and follow the existing wrapping rules (and other style elements). Some lines just feel like they need to be longer than 80 chars, and I'm willing to let those "break" the wrapping rules.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: On what column do you wrap your code?
by Juerd (Abbot) on Feb 16, 2006 at 11:52 UTC | |
by IOrdy (Friar) on Feb 22, 2006 at 06:05 UTC |