topic: Clean Code for Java

Tags clean-code java
Hard Prerequisites
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content.
  • TOPICS: General Clean Code Guidelines
  • Code is read more often than it is written. Assist yourself and others by keeping your code clear and readable!

    Naming conventions

    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.

    Writing good Java code

    Look at this section of this Java tutorial to acquaint yourself with best coding practices for Java.


    RAW CONTENT URL