How To Write Unmaintainable Code - http://www.mindprod.com/jgloss/unmain.html
A humorous approach emphasizing the need for coding standards - Java centric discussion. |
Java Coding Standards - http://www.ontko.com/java/java_coding_standards.html
Collection of links Ray Ontko. |
Java Programming Style Guidelines - http://geosoft.no/development/javastyle.html
A set of recommendations on various aspects of coding such as naming, file organization, and comments. |
Naming Conventions in Java - http://membres.lycos.fr/beust/naming/
A short article on what lessons can be learnt from C++ for Java coding standards. |
The Infospheres Java Coding Standard - http://www.infospheres.caltech.edu/resources/code_standards/java_standard.html
Discusses structure, documentation, naming conventions. Also discusses useful related tools. |