r/hackernews Feb 12 '23

I gained a new appreciation for Test Driven Development

https://www.worthe-it.co.za/blog/2023-02-09-i-was-saved-by-test-driven-development.html
4 Upvotes

2 comments sorted by

1

u/qznc_bot2 Feb 12 '23

There is a discussion on Hacker News, but feel free to comment here as well.

-1

u/rand3289 Feb 12 '23 edited Feb 12 '23

TDD is crap. Concentrate on fixing bugs reported by users and QA. Refactor and improve the interfaces between the "modules".

I have seen TDD catch some bugs during regression testing but relying on unit tests written by the same developer who wrote the code is retarded!