logoalt Hacker News

brianwawoklast Friday at 1:00 PM2 repliesview on HN

This is the programmer fallacy if you have a bunch of code passing unit tests, it’s going to work when combined.


Replies

SJC_Hackerlast Friday at 3:57 PM

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.

liontwistlast Friday at 3:10 PM

Did they say that?

show 1 reply