vote up 2 vote down star

Duplicate:

http://stackoverflow.com/questions/95575/ http://stackoverflow.com/questions/110928/ http://stackoverflow.com/questions/131468/

I am wondering how wide code lines should be maximum, what do you think?


And others I'm sure.

flag

This is pretty much a repeat of this question: stackoverflow.com/questions/110928/… – Mitch Wheat Dec 21 '08 at 3:52
Also see: stackoverflow.com/questions/578059/… – Andrew Apr 11 at 12:18
Thank you for your (late) response, using 80 columns atm. ;-) – TomWij Apr 11 at 19:24

closed as exact duplicate by Mark Ransom Dec 21 '08 at 3:55

2 Answers

vote up 2 vote down check

The usual answer is a maximum of 80 characters, which was the number of characters on a terminal line.

link|flag
...and the number of holes on a line on punchcards before that. – Bill the Lizard Dec 21 '08 at 3:56
vote up 1 vote down

As wide as necessary, but no wider.

link|flag
...or until someone tells you they are too wide – daub815 Dec 21 '08 at 4:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.