Re: Coding Standards



Jeff Higgins wrote:
Wildemar Wildenburger wrote:
Dude, you kiss your mother with that mouth? Whats wrong?
Thanks for the picture, greatly appreciated.
JH

Java already has coding standards (although I always willfully violate them by putting the opening brace on its own line, aligned with the control statement):
<http://java.sun.com/docs/codeconv/index.html>

I endorse line-wrap at 80.

--
Lew
.



Relevant Pages

  • Re: [access to instance of parent]Ridiculous question ?
    ... in the instance aa created can we easily acces with java methods the instance of the object that has created the object aa. ... (You can disregard the part about putting the opening brace on the same line as its controlling line - it's perfectly acceptable to put an opening brace on its own line at the same indent level as its controlling line.) ...
    (comp.lang.java.help)
  • Re: question to Roedy and others about boolean testing
    ... I think once you'll have more Java experience using!b instead of b == ... confusion because you do it differently. ... more you digress from Sun's coding standards, ... Java programming tips: http://jiu.sourceforge.net/javatips.html ...
    (comp.lang.java.programmer)