Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot

Literals that describe mathematical constants are often employed to represent well established constants. This eliminates the need to use their actual values throughout the source code and reduces the possibility of committing frivolous errors. (See DCL03DCL02-J. Use meaningful symbolic constants to represent literal values in program logic for more information)

...