Why is 80 characters the 'standard' limit for code width?(programmers.stackexchange.com)
programmers.stackexchange.com
Why is 80 characters the 'standard' limit for code width?
http://programmers.stackexchange.com/questions/148677/why-is-80-characters-the-standard-limit-for-code-width
5 comments
I find 132 columns is too wide for code (Good for tabular data, but not for code.) I want something I can read by running my eyes down the code. For me, this means no more than about 90 characters. A width of 132 cols means I have to stop and read back and forth, making it impossible to scan for something. Of course, YMMV.
Why are we still limiting code to 80 characters per line?