Code Conventions for the Java Programming Language: 9. Naming Conventions
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.
Read full article from Code Conventions for the Java Programming Language: 9. Naming Conventions
No comments:
Post a Comment