[go: up one dir, main page]

Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

When NOT to use it ?

  • You don't really want to try this methodology
    • You will eventually cheat and lose the benefits while keeping some of the drawbacks
  • You don't know what you want to achieve
  • Your tests :
    • ran very slowly
      • maybe a subset of the tests can be run to accelerate
    • are flaky
    • are not self-validating
  • You want to use double-loop TDD
    • unless you don't run tests on bigger loops when you run smaller loops