Hacker News new | ask | show | jobs
by kazinator 3534 days ago
The fad of writing countless unit tests for every function, checking them in, and running them feverishly all the time, is what is new.

Programmers have tested individual low-level functions before using them to build higher level functions, since the dawn of programming.

Libraries with regression test suites existed long before TDD.

1 comments

Sure, we had regression tests at my jobs back then but they were always written and managed by QA groups. I never saw nor wrote any until a few years later.