|
|
|
|
|
by shoo
3691 days ago
|
|
working on systems that don't have automated tests, and are designed such that adding automated tests is not easy. you don't have to practice TDD, but it is a fantastic idea to add automated tests early on when the architecture of your system is still fresh and changeable. projects that don't consider "testability" as a requirement tend to produce system architectures that are not testable. |
|