in reply to OT: Agile programming; velocity during testing?
Basically, your best bet is to read up on how to properly test your program and prevent bugs. You limit disease through proper hygiene, not by worrying about how you're going to stock a cure for everything on the face of the planet. If a bug DOES make it through your testing procedures intact, estimate time based on the programming phase you're currently in (a bug in a routine is far easier to locate and fix than a bug somewhere in a "finished" program) and don't sweat specifics. Eventually you'll have enough bugs from each phase so you can fairly well average based on past performance how long it's going to take.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: OT: Agile programming; velocity during testing?
by Whitehawke (Pilgrim) on Mar 13, 2005 at 15:30 UTC |