80 seems to be the default in many different environments and I'm looking for a technical or historical reason. It is common knowledge that lines of code shouldn't exceed 80 characters, but I'm hard pressed to find a reason why outside of "some people might get annoyed."
feedback
|
|
Wikipedia has something to say http://en.wikipedia.org/wiki/Characters_per_line Also, http://richarddingwall.name/2008/05/31/is-the-80-character-line-limit-still-relevant/ Though, I believe SO should have a trivia section for things like this. | |||
|
feedback
|
|
It is because IBM punch cards were 80 characters wide. | |||
feedback
|
|
One of the characteristics of good typography is properly set measure - length of the line of characters.
It simply makes sense to make your text readable. See Five simple steps to better typography for more info. | ||||
|
feedback
|
|
Your computer probably doesn't have a punch card reader, but it probably does have | |||||||
feedback
|
|
If I remember correctly the old dot matrix printers were only able to print 80 characters across. I am pretty sure my old commodore 64 and 128 had the same 80 characters, now that I think about it, I don't think the monitor could display more than 80 characters either
| |||||||||
feedback
|