|
|
|
|
|
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. |
|