Standard writing java program

I always seem interested in standard java program writing called “Code Convention”. It’s because that makes all developers communicate better by looking at the convention and understand it easily.

http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html

That link’s providing official code convention for Java Programming Laungage and I’m pretty sure that will help you organize your code in a right way.

Comment are closed.