Versions Compared

Key

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

...

that require little QA and can thus be released fast and often.

 

Note
titleRequirementMaster needs to be stable at all times

Stable master means all code can be cleanly compiled, all automated tests are passing (giving enough room for exceptions when automated test are flakey), and test coverage does not go down* (otherwise that would render the automated testing less useful every time).

 *Coverage may go down if code that was covered is deleted

...