Tags | clean-code java |
Hard Prerequisites | |
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content. | |
|
Code is read more often than it is written. Assist yourself and others by keeping your code clear and readable!
Naming conventions and other good Java practices are listed in the Java Documentation.
Also see these naming conventions. Although the information on this document has not been updated in ages, the content is still relevant to the conventions that are still used today.
Look at this section of this Java tutorial to acquaint yourself with best coding practices for Java.