Hacker News new | ask | show | jobs
by jister 5003 days ago
The author seems to emphasize about practicing TDD and that it will produce LESS bugs which is not what TDD is all about. TDD is about designing your architecture doing your "tests first".

On the other hand, some developers can write code first then unit tests later which can also produce less bugs but this is not TDD.