TDD
TDD fucking blows. Makes no sense if an app is dynamic.
Methodology
- Create a test input
- Write a simple program that works just for the input
- Create another test input
- Improve the program to handle both inputs
TDD
TDD fucking blows. Makes no sense if an app is dynamic.