← Back to context

Comment by brianwawok

1 day 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.