- A Programming Style for Java
A large number of heuristic guidelines for writing well-structured, maintainable Java programs.
http://www.webcom.com/~haahr/essays/java-style/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Code Conventions for the Java Programming Language
Coding Guidelines from Sun Microsystems.
http://java.sun.com/docs/codeconv/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Coding Standards for Java
Comprehensive coding and style guidelines from AmbySoft Inc.
http://www.ambysoft.com/javaCodingStandards.html
(Added: Sat Apr 01 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Draft Java Coding Standard
Guidelines for structure, documentation and naming.
http://gee.cs.oswego.edu/dl/html/javaCodingStd.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- How to Write Doc Comments for the Javadoc tool
"Official" JavaDoc style guidelines from Sun Microsystems.
http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- How To Write Unmaintainable Code
A humorous approach emphasizing the need for coding standards - Java centric discussion.
http://www.mindprod.com/unmain.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- JAuditor
The Benchmark for JavaTM quality ñertification. The Perfect Code Challenge - each month JAuditor publish the audit results of an important Java open source project.
http://jauditor.com/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Java Coding Standards
Collection of links Ray Ontko.
http://www.ontko.com/java/java_coding_standards.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Java Programming Style Guide
By Dave Jarvis, Shawn Potter. Basic techniques and stylistic suggestions to help with developing maintainable Java source code.
http://www.joot.com/dave/writings/articles/style-guide/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Java Programming Style Guidelines
A set of recommendations on various aspects of coding such as naming, file organization, and comments.
http://geosoft.no/javastyle.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- JavaRanch: Java Programming Style Guide
Style guide focusing primarily on formatting and comments, as well as advice on which coding constructs to avoid.
http://www.javaranch.com/style.jsp
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Macadamian's Coding Conventions for C++ and Java
Includes advice on source code organization, naming conventions, source documentation, programming conventions, and testing/debugging support.
http://www.macadamian.com/codingconventions.htm
(Added: Fri Mar 31 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Naming Conventions in Java
A short article on what lessons can be learnt from C++ for Java coding standards.
http://membres.lycos.fr/beust/naming/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Netscape's Software Coding Standards Guide for Java
Subset of Netscape's original coding standards for the Jazilla project.
http://developer.netscape.com/docs/technote/java/codestyle.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- The Infospheres Java Coding Standard
Discusses structure, documentation, naming conventions. Also discusses useful related tools.
http://www.infospheres.caltech.edu/resources/code_standards/java_standard.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Tips for maintainable Java code
A random collection of personal observations by Rolf Howarth.
http://www.squarebox.co.uk/javatips.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It