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.”
Share
As per Wikipedia:
source: http://en.wikipedia.org/wiki/Characters_per_line
Shall I still use 80 CPL?
Many developers argue to use 80 CPL even if you could use more. Quoting from: http://richarddingwall.name/2008/05/31/is-the-80-character-line-limit-still-relevant/
As a Vim user, I keep
ColorColumn=80in my~/.vimrc. If I remember correctly, Eclipse autoformat CtrlShiftF, breaks lines at 80 chars by default.