[EMAIL PROTECTED] wrote:
Can we revisit the rule about 80 column width? Who here is doing development in a 640x480 environment? I find the waste of vertical space by something like this annoying:
setMethods.add( objectClass.getMethod( "set" + propertyNames[i], new Class[] { propertyClasses[i] }));
80 seems draconian, even for 5 year old monitors. I use 160 generally, and I have no trouble seeing an entire line (I use 1600x1200 display size). Something between these two probably constitutes a happy medium for all of us that conserves both vertical and horizontal space.
What do people say? Who out there needs an 80 column max? Can people go to 120 or higher?
-Mike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
