Download CodingStyle

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Source: http://www.eng.mu.edu/corlissg/Advice/coding_style.html
Java
Sun Microsystems, Code Conventions for the Java Programming
Language
java.sun.com/docs/codeconv,
java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
This Code Conventions for the Java Programming Language
document contains the standard conventions that we at Sun
follow and recommend that others follow. It covers filenames,
file organization, indentation, comments, declarations,
statements, white space, naming conventions, programming
practices and includes a code example.
Geotechnical Software Services, Java Programming Style Guidelines
http://geosoft.no/javastyle.html
This document lists Java coding recommendations common in
the Java development community.
Doug Lea, Draft Java Coding Standard
gee.cs.oswego.edu/dl/html/javaCodingStd.html
The form of these guidelines is based on example coding
standards and checklists in Watts Humphrey's book A Discipline
for Software Engineering, Addison-Wesley, 1995, along with
feedback from people using previous versions of this document.
Netscape's SOFTWARE CODING STANDARDS GUIDE FOR JAVA
developer.netscape.com/docs/technote/java/codestyle.html
In August 1997, Marc Andreesen announced that Netscape
would be releasing a 100% Pure Java Navigator in 1998. At that
time the client product engineers were already well into coding
applications with Java. Along the way, the engineers had created
a set of Java coding guidelines to be used in creating this next
generation Communicator product. What follows is a subset of
those guidelines that I thought you might be interested in using
for your own Java development.
Netscape's SOFTWARE CODING STANDARDS GUIDE FOR JAVA
developer.netscape.com/docs/technote/java/codestyle.html
In August 1997, Marc Andreesen announced that Netscape
would be releasing a 100% Pure Java Navigator in 1998. At that
time the client product engineers were already well into coding
applications with Java. Along the way, the engineers had created
a set of Java coding guidelines to be used in creating this next
generation Communicator product. What follows is a subset of
those guidelines that I thought you might be interested in using
for your own Java development.
Infospheres at Caltech, The Infospheres Java Coding Standard
www.infospheres.caltech.edu/resources/code_standards/java_st
andard.html
Code standards aren't just about obsession, they are about
productivity, professionalism, and presentation. This code
standard for Java is adhered to by the Infospheres Group at
Caltech so that our resulting product is more readable,
maintainable, robust, testable, and professional.