|
|
|
|
|
by gav
4905 days ago
|
|
Fun fact: the VT-100 supported a 132-column display. Anyway, there's a lot of advantages of trying to keep lines <= 78 columns wide. I don't make it a hard-and-fast rule, but usually overly long line is a sign that something's not right with the code and some refactoring is in order. |
|
Disclaimer: I've been doing this for all of ~5 years so I have no experience with older terminal-style programming.