Skip to content

Instantly share code, notes, and snippets.

@Alacrity01
Created June 12, 2019 17:29
Show Gist options
  • Save Alacrity01/ea45c41ce8de271c83dfeb95546c513c to your computer and use it in GitHub Desktop.
Save Alacrity01/ea45c41ce8de271c83dfeb95546c513c to your computer and use it in GitHub Desktop.
Week 8, Day 3
Test Driven Development (TDD)
1. Write a test that fails
2. Make the code work
3. Eliminate redundancy (refactor)
Test again (fails, process repeating)
• Ensures that your test is written correctly
• Ensure that you actually write tests for all your code
• Leads to better design (debatable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment