DancesWithBamboo wrote:Defining a "bug" was the first step...We decided that a bug is an unexpected outsome in production software. This means that a defect in-sprint is not a bug. ...One of the things that led to this definition was that all developers have defects in the first code they write. hence, why we unit test right away. At what point do you start recording those defects? If you take it to far you could say that after I compile, everything gets recorded. Obvious insanity would ensue. Hence we set the hard line at production.
kbrown wrote: I'm not saying we'll stick with this, but here's what we're trying: [9 steps]... I hope it made sense.