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. |
Tips for maintainable Java code - http://www.squarebox.co.uk/download/javatips.html
A random collection of personal observations by Rolf Howarth. |