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

TDD - Test Driven Development

  • Write tests first that will fail
  • Then imlement code

Benefits

  • Avoid Scope Creep
  • Build trust in team members
  • Reduce coupling of code (avoide spaghetti code)