> 
> Very quickly :
> 
> 1/ class brackets
> 
> public class MyClass
> {

oh yes.

> 
> 2/ method brackets
> 
> public void myMethdo()
> {

yes

> 
> 3/ if, else, for brackets
> 
> if (xxx) {
> } else if (yyy) {
> } else {
> }
> 

now if -else bracketing has been the subject of many religious coding
wars ;) but ok...

> 
> 6/ Comments everywhere, including private methods and members
> 
> 7/ @version @version@ in the class comment
> 
> 8/ No @author tag, but we can change that (I wasn't putting any in the XP
> fashion ...) if you wish.

fine.


it took us long enough to decide on tabs vs spaces at work so I'm not
looking for a coding standards religious war ;)

Jari

--
Jari Worsley
Senior Programmer
Hyperlink Interactive Ltd

Reply via email to