Ask HN: Seriously, How Do You TDD?
I can only truly speak for myself as a 10x developer, and here’s what I believe to be different about me and the other 10x (or even 100x) developers vs my 1–2x peers:
- Understanding how things work.
- I hate “magic” software frameworks and I will spend countless hours making sure I understand what’s going on behind the scenes before I’ll write productio
Liz Brautigan • (23) Quora
To the extent that we are able to embed testing practice inside development, we have created a process that is hyper-incremental where mistakes can be rolled back if any one increment turns out to be too buggy. We’ve not only prevented a lot of customer issues, we have greatly reduced the number of dedicated testers necessary to ensure the absence
... See more