|
|
|
|
|
by rbanffy
2795 days ago
|
|
I bet they never tested that case. Yes, they should have. adding tests long after the fact is next to impossible because, when you spend a long time not adding them, your codebase tends to degenerate into an untestable mess. One of the key benefits of strict TDD is that you feel the pain of testing your code before you write it, so your code is testable from the start. |
|