Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: s/small temporary variables/trivial temporary variables/

...

Declaring each variable on a separate line is the prefered method. However, multiple variables on one line are acceptable when they are small trivial temporary variables such as array indexes.

...