Java Coding Style
>> Tuesday, October 20, 2009
Here I offer some general coding styles for reference, you can get these Java coding standards documents freely available on the Internet.
| Java Coding Style |
1. Sun
This coding style is based on the layout style devised by Sun Microsystems, Inc. The PDF format document is available here. It is the authoritative document of Java. Here is the HTML format.
2. AmbySoft
This AmbySoft style is based on the layout style outlined of Coding standards for Java (PDF) and AmbySoft Java Coding Standard.
3. Sandvik
This coding style is based on a combination of the layout of the source code generated by the Kent Sandvik's Java Coding Style Guidelines.
4. Java Ranch
This coding style is based on the layout style outlined in the Java Ranch. They think the official coding standards in Sun's style guide are dumb, this is their style.
5. Netscape
The Netscape's Software Coding Standards Guide for Java, maybe useful for you.
0 comments:
Post a Comment