Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: doc style

...

Limit lines to 100 characters.

Code documentation style

Use Java docs style instead of Scala docs style.

Imports

Always import packages using absolute paths (e.g. scala.util.Random) instead of relative ones (e.g. util.Random).

...