|
|
|
|
|
by StavrosK
2901 days ago
|
|
That's exactly what the article is saying. Also, your point about unit tests assumes that tests cost the same to write. Sure, a unit test will have ten times better locality than an integration test, but you have to write ten of them to catch a bug. Also, unit tests don't catch bugs where they're very likely to crop up: the boundaries. |
|
Not sure about other types of development, but in web development, TDD can be a good way to have automated tests without the additional cost.