Hacker News new | ask | show | jobs
by lmm 4771 days ago
It certainly sounds like you're testing too much.

The most efficient use of resources is almost always proportionate allocation between code and other things. So if only a small proportion of your serious problems are code errors then you're either testing too much or not doing enough at other levels of the stack.

The real questions of course are whether your defect rate and the rate at which you introduce new features are where you want them to be.