hi everyone!
on our website, we claim to adhere to sun's recommended coding style:
http://lenya.apache.org/docs/coding-guidelines.html
in our code, however, we do not :)
particularly the order of methods and properties in class files is a
real mess in most cases. can we just stick to
http://java.sun.com/docs/codeconv/html/CodeConventions.doc2.html#1852?
we frequently have public(!) variables somewhere way down between
methods, and sometimes constructors in really weird places.
as an aside, the lenient approach towards method ordering in the sun
conventions does not mean "toss it just anywhere", but place methods so
that they make sense when read...
regards,
jörn
--
Jörn Nettingsmeier
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]