1
vote
Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age?
In the Linux coding standard, not only do they keep the 80 character limit, but they also use 8 space indentation.
Part of the reasoning is that if you ever reach the right margin, you shou …
