|
|
|
|
|
by eropple
3280 days ago
|
|
If there are changes to an interface that make irrelevant those tests, then you change those tests (and, if you're semantically versioning like you should be, you bump the major version number). I don't really get what you're objecting to. Implicit in doing TDD effectively is adopting the (light) burden of refactoring. Yeah, people will delete tests because they refuse to refactor them. They're bad programmers. Don't work with them? |
|