|
|
|
|
|
by MoreQARespect
1129 days ago
|
|
I've seen it done properly with unit tests on algorithmic or decision making code (parsers, calculators, complex, deterministic thinking code). I've seen it done properly with integration tests on integration code (CRUD, messaging, websites, etc.). However, people do insist on writing unit tests on integration code and when they do it, it all goes horribly wrong. |
|