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 test first. It fails.
  • Implement code. Test passes.
  • Run test with coverage and check if there are cases that you have not covered yet.
  • Git commit