Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The CERT Oracle Java Coding Guidelines is is organized into an introductory chapter and 75 <or however many we end up with> guidelines.guidelines organized into five additional chapters:

  • Security
  • Defensive Programming
  • Best Practices
  • Program Understandability
  • Programmer Misconceptions

Guidelines have a consistent structure. The title of the guideline and the introductory paragraphs define the conformance requirements. This is typically followed by one or more pairs of noncompliant code examples and corresponding compliant solutions. Each guideline also includes an applicability section and bibliographical references specific to that guideline.

...