Skip to content

Instantly share code, notes, and snippets.

@ivankisyov
Created December 30, 2018 21:13
Show Gist options
  • Save ivankisyov/cc4eb47805c1cccf20acaff29ff32cdd to your computer and use it in GitHub Desktop.
Save ivankisyov/cc4eb47805c1cccf20acaff29ff32cdd to your computer and use it in GitHub Desktop.
Test-driven development

Test-driven development

Think about the code before writing it!

The TDD Cycle:

  1. Test Fails
  2. Test Passes
  3. Refactor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment