The Three Implementation Strategies of Test-Driven Development
- Fake It — Return constants to get the bar green quickly
- Obvious Implementation — If the correct, clean solution is obvious, implement it.
- Triangulation — Only implement the code correctly when at least two examples ask for it.
☝️ Backlinks
No notes are currently linking to "The Three Implementation Strategies of Test-Driven Development".