Test Driven Development (TDD)
- "Test-driven development is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases."
- "Write your code with tests"
- "How much do you want to codify your examples in your tests?"
- Aka "specs" / "specifications"