|
|
|
|
|
by marginalia_nu
1229 days ago
|
|
To be clear, I'm not saying you shouldn't have tests, but if you change your pom.xml and the code starts blowing up at runtime, your code is still brittle. Code that isn't brittle wouldn't behave like that. Tests allows you to catch it early, but with the platonic form of non-brittle code, you wouldn't need to run any other tests than the test that tests the module you just changed. |
|