Hacker News new | ask | show | jobs
by rmetzler 1558 days ago
I’m not really sure if this was understandable, but I’m basically in the same camp as you are.

It’s next to impossible to have 100% bug free code. Automatic testing helps and TDD helps to write tests, but it’s not the goal. The goal is to create code that is well tested and easy to change.