Comment by brianwawok
Comment by brianwawok 19 hours ago
This is the programmer fallacy if you have a bunch of code passing unit tests, it’s going to work when combined.
Comment by brianwawok 19 hours ago
This is the programmer fallacy if you have a bunch of code passing unit tests, it’s going to work when combined.
Thats not what he said. Unit tests are the first stage, and are very useful at isolating the problem.
Integration tests are the next where multiple units are combined.
Then there is staging.