Quote:
Originally Posted by kmcamp
This doesn't seem that surprising to me. My world is software, and every project I've ever worked generally goes poorly at first when preparing for the final release and things are under real world testing. The problems get fixed, and things move on. This isn't software, but i think all major projects kind of flow the same way. Things that all worked well independently always seem to fall apart when you put it all together.
|
In software, as I'm sure you know (mostly saying it for the others here :p), fixes for minor bugs are often punted to after the release date, with the idea that these minor bugs will be fixed in an update/patch. At my company there's a triage system for bugs (from severity 1 to severity 5) and only bugs of 3 or higher have to be solved for the production release to happen.
With this, they probably can't do that, so QA work is a lot more intense.