Versions Compared

Key

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

Notes on best practices.  This is a work in progress and suggested guide lines, not a rulebook to follow like slaves.

Testing

If it isn't tested, it doesn't work.  Period.  All new features require appropriate unit tests and integration tests as part of the development process.  Passing tests should be checked in the same time as new code, and are fully in the scope of code reviews.

Code Reviews

Let's do code reviews for all code changes.

...