| 16 | Resourses: [[BR]] |
| 17 | '''Code Conventions for the JavaTM Programming Language (Sun Microsysytems, Inc. Revised April 20, 1999)''' |
| 18 | * http://java.sun.com/docs/codeconv/ |
| 19 | * The most important and with higher priority. |
| 20 | |
| 21 | '''AmbySoft Inc. Coding Standards for Java v17.01d (Last uploaded on January 15, 2000)''' |
| 22 | * http://www.ambysoft.com/downloads/javaCodingStandards.pdf |
| 23 | |
| 24 | '''Java Programming Style Guidelines (Version 6.0, April 2007)''' |
| 25 | * http://geosoft.no/development/javastyle.html |
| 26 | |
| 27 | '''Draft Java Coding Standard written by Doug Lea''' |
| 28 | * http://g.oswego.edu/dl/html/javaCodingStd.html |
| 29 | |
| 30 | '''Java Code Conventions & Code auditors Presented by Ravi Pavagada Pavagada, Haibo Zhao, Justin Milligan, Joe Dawley''' |
| 31 | * http://webster.cs.uga.edu/~pavagada/SoftwareEngineering/JavaCodeConventions.pdf |
| 32 | |
| 33 | |
| 34 | '''Note:''' Most of the coding conventions mentioned above are more or less the same... |