Hacker News new | ask | show | jobs
by jauco 6204 days ago
I'd downmod you only for the last line of your post...

But back on topic. There is some research supporting unittesting (McConnell writes about it in Code Complete) it doesn't find even half of the existing bugs though, and it should be supported by other testing methods.

The main-big-very-nice advantage of unittesting is that any bug that is _does_ find is easily found and fixed.