Versions Compared

Key

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

...

Code Block
bgColor#ccccff
if (false) {  /* Use of critical security method no
               * longer necessary, for now */
  /* NOTREACHED */
  security_critical_method();
  /* Some other comment */
}

...

Nested block comments and inconsistent use of comments could be detected by suitable static analysis tools.

Related Guidelines

Bibliography

 

...