|
|
|
|
|
by nimnio
3748 days ago
|
|
"The advantage of unit testing modular code bases is that you don't have to test every program state, you just have to test every module state." I don't think that's true with a capital T. Modules interact with each other. You can modularize, microize, or nanoize your application but the minimum subset of test-worthy states stays the same. |
|