|
|
|
|
|
by pionar
4204 days ago
|
|
So does non-TDD. If you're fixing a bug, your tests should test for conditions that trigger that bug. If you're modifying behavior, you will need to update the tests that break because of that, whether you write tests before or after. |
|