Re: Code Formatting was Re: cvs commit: jakarta-struts/src/share/org/apache/...

2003-03-18 Thread Ted Husted
+1 Adopting a coding convention is part and parcel of being a ASF product. If a Jakarta product doesn't choose one, Sun is the default. It's been that way from the beginning. It's true that we have been lax in the past. (Jakarta products have been lax about a lot of things.) Moving forward, i

Re: Code Formatting was Re: cvs commit: jakarta-struts/src/share/org/apache/...

2003-03-18 Thread David Graham
I disagree with you, we don't have a standard. Every Jakarta project explicitly follows the Sun standard guidelines unless listed here: http://jakarta.apache.org/site/faqs.html Struts follows the Sun guidelines and it is our responsibility to ensure the code is consistent or be in violation of

Re: Code Formatting was Re: cvs commit: jakarta-struts/src/share/org/apache/...

2003-03-18 Thread Cedric Dumoulin
I disagree with you, we don't have a standard. Just take a look to the code (not mine, Craig's one ;-) and you will see that we originally don't follow completely the Sun standard. We follow it for several important things like naming convention and javadoc. We don't follow it for the formatin