So here's a list of code conventions that I think we should get
agreement on:
<snip/>

My votes:

Braces:  Each brace on a line by itself

Member Variables:  I'll add my support behind Thilo's suggestion to
put member variables before methods.  However I'm not so OK with
actually having to go through and manually edit all the files right
now.  :-I

Line Length:  100 (also - default indent after wrapping: suggest 8,
but definitely > 2)

no tabs: ++1.

indentation: 2

imports: selfishly I'll vote for what Eclipse does by default (no
package imports, arrange alphabetically by package and then by class).



However, if we agree to disagree, then can we agree that it's ok
to reformat files we're working on according to our own preferences?


Based on the recent experience with SofaTest.java, I'm wary of
condoning mass-reformatting that would change the line wrapping, and
this includes the open brace placements.

-Adam

Reply via email to