|
|
|
|
|
by shpiel
5080 days ago
|
|
In my, albeit short, experience I have found that the "do you have testers?" and "do you fix bugs before writing new code?" to be overkill for most consumer-facing web applications. They are very important if the software is mission-critical or if there is some sort of physical cost to shipping patches. But if you can continuously update the live site its not that big of a deal if a bug gets out. It will be noticed soon, often by your users, and then you fix it and that is it. This works if the developers and other stakeholders at the company are testing the product themselves and are responsive and can triage bug reports quickly. Having an up-to-date schedule can often be unrealistic as there can be shifting priorities and developers should be flexible to move around and respond as necessary. |
|
You consider this acceptable? "Don't worry, if there's a bug, our users will tell us, no need to test!"