Start Tdd Quote by Kevin Harvey
““After prototyping, start again with TDD instead of trying to go back, and write tests for the prototype. Even””
About This Quote
After building a prototype, discard it and begin anew using test‑driven development, adding tests for the original prototype.
In simple terms: Restart with testing instead of fixing old code.
Adopt TDD early to avoid costly rework.
Themes
Mood
Type
When to use this quote
- software projects
- learning new frameworks
- team onboarding
- refactoring
Key Concepts
Questions to Reflect On
- How can you balance rapid prototyping with disciplined testing?
- When is it better to refactor than to rewrite?
TDD may not suit exploratory or UI‑heavy work where rapid iteration is needed.