Where can I find the most up-to-date official style conventions/guidelines (like how to properly name variables, methods, formatting, etc) for Java?
|
|
|
|
|
|
|
Sun's code conventions can be found here: http://java.sun.com/docs/codeconv/ |
||||||||||
|
|
|
You might also want to check out Elements of Java Style. |
||
|
