Code Readability
                    
            There's a debate taking place at FreeRoller about code readability.  Isn't this a non-issue with sweet code formatting tools such as jalopy?  I don't think I've cared how my code as looked in months, I just use the formatter.  For the record, I prefer one space, not all my variables lined up on one side.  Why?  If you add a new variable with a long name, you have to adjust the spacing for all your variables - what a pain in the ass.  However, Jalopy does offer this type of formatting and will plugin to all your favorite IDEs. 
Along these same lines, XDoclet uses a beautify ant task that fixes the code everytime you re-compile.  While it's nice, it can be annoying that you have to reload your .java file everytime you compile.
                        



Posted by Lance on December 12, 2002 at 08:44 AM MST #