Hi, On Wed, 2007-06-13 at 09:09 -0400, Andrew Cagney wrote: > Since OpenJDK is going to subsume CLASSPATH as the Free Java library, > and OpenJDK follows Sun/Java coding conventions (sort of mostly :-), I > can't think of a reason for continuing with the GNU format. In > addition, its the format that EMACS already follows; and there should be > good indentation tools around. The only -ve is that Eclipse might still > need to be, er, "tweaked". > > Topic for todays meeting. As I said in the meeting, but I didn't see the minutes yet, I think changing coding conventions is a bad idea. It is basically a bikeshed discussion waiting to happen [1] and everybody can come up with good arguments for or against any style. We have a Frysk style now and I would like to just stick with it instead of randomly changing it every so often. Just to insert my own bikeshed arguments: - I like the project to have one consistent style. Switching between styles just because one part is written in C, C++ or Java doesn't make sense to me. - We aren't based on OpenJDK, we use gcj and will for a time unless someone starts adding CNI support to OpenJDK or rewrite all our current wrappers and native code to support JNI (which will require analysis of performance impacts again since JNI and CNI have very different performance characteristics). GCJ obviously also uses GNU style like we do now. - And finally I like GNU style a lot better because the start and end of code blocks are so clear to find, something the proposed Sun coding style guide completely misses. Cheers, Mark [1] http://www.bikeshed.com/