Naming Convention
-
Java Naming ConventionsIS & Audit/Tool & Tips 2009. 2. 25. 16:51
Java Naming Conventions (From: http://java.sun.com/docs/codeconv/html/CodeConventions.doc8.html) Naming conventions make programs more understandable by making them easier to read. They can also give information about the function of the identifier-for example, whether it's a constant, package, or class-which can be helpful in understanding the code. Identifier Type Rules for Naming Examples Pac..