| Author |
Line length... ??
|
Matt Ghiold
Ranch Hand
Joined: Feb 24, 2002
Posts: 213
|
|
Hey guys, I was just thinking about something doing a final review on my application. My default resolution is 1200 x 1080 and I code in this environment, so in theory my lines can be really long, although I tried to keep it not that bad. But if someone from sun opens this up on 400x600 there going to think my code looks like crap as my code will wrap off there screens. Thoughts? am I being to paranoid?
|
-Matt<br /> SCJP2<br /> SCJD
|
 |
Bernhard Woditschka
Ranch Hand
Joined: Sep 16, 2002
Posts: 89
|
|
My 2 cent: Try to stay under 80 chars / line (max 100) You allready gave the answer Java Code Conventions Bern [ January 14, 2003: Message edited by: Bernhard Woditschka ]
|
 |
 |
|
|
subject: Line length... ??
|
|
|