Duplicate of
- Coding standards and line length
- What is a sensible maximum number of characters per line of code?
- Line width formatting standard
- When writing code do you wrap text or not?
- Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age?
- Where to wrap a line of code, especially long argument lists?
My team standardizes on 80 characters as the visual line margin limit on our IDE and checkstyle as well. I think 80 chars was the standard when people used to code using 640x480 monitors back in the 1950's.
With the advent of large screen monitors (my team of 12 developers currently use double 19 inch 1280x1024 res screens), I think the 80 char limit should be increased. Checkstyle by default uses 80 chars.
Is there a movement toward a larger char limit within the programming community? Is there even a standard....or is it purely arbitrarily set by your PHB (pointy haired boss) ?