Versions Compared

Key

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

...

  • Comment as much as sanely possible.
  • There should always be at least 1 space between the # character and the beginning of the comment.  This makes it a little easier to read multi-line comments:
    • No:
      #Comments are your friend, they help other
      #other developers understand your brilliance.
    • Yes:
      # Comments are your friend, they help
      # other developers understand your brilliance.

...