Every section should be commented to explain its goal and how it works. This comment can be placed either just before or just after the section
label.
Noncompliant code example
    UNCOMMENTED-SECTION SECTION.
Compliant solution
* Some comments
    CORRECTLY-COMMENTED-SECTION SECTION.
    ANOTHER-CORRECTLY-COMMENTED-SECTION SECTION.
* Some comments