|
|
|
|
|
by nickbp
5543 days ago
|
|
This hasn't been my experience at all in my own work. While I don't subscribe to the extreme 'unit test every single function' mindset, I definitely find unit testing to be useful for checking the consistency of key functionality on a per-module basis. And that has the bonus side-effect of ensuring that I keep the code structured in easily-tested modules with well-defined interfaces. |
|