Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Last active December 10, 2015 04:18
Show Gist options
  • Select an option

  • Save zbigniewTomczak/4380400 to your computer and use it in GitHub Desktop.

Select an option

Save zbigniewTomczak/4380400 to your computer and use it in GitHub Desktop.
TDD phases

TDD phases

  1. Write a test
  2. Make it compile
  3. Run it to see that it fails
  4. Make it run
  5. Remove duplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment