Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Java rule xref

...

This rule appears in the C++ Secure Coding Standard as DCL02-CPP. Use visually distinct identifiers.

This rule appears in the Java Secure Coding Standard as DCL00-J. Use visually distinct identifiers.

References

Wiki Markup
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 5.2.4.1, "Translation limits"
\[[ISO/IEC PDTR 24772|AA. C References#ISO/IEC PDTR 24772]\] "AJN Choice of Filenames and other External Identifiers," "BRS Leveraging human experience," and "NAI Choice of Clear Names"
\[[MISRA 04|AA. C References#MISRA 04]\] Rule 5.6

...