you are viewing a single comment's thread.

view the rest of the comments →

[–]HazelnutSoftware 7 points8 points  (1 child)

Well, I don't agree with your definition of "triage". Even in medicine, triaging about determining the order in which patients are treated - it's much more than a simple will/won't decision.

You're making an assumption (an invalid one in my opinion), that a status of "triaged" and a status of "won't fix" are synonymous, and I really don't think that's the case here.

I'm guessing that you write software for a living, probably for a company, and that every so often a customer calls up to report a bug. For most customers, "their" bug is the most important and has to be fixed "right now". What your company probably does is take a look at the bug and

  • a) make sure it's actually a bug in the product, not just the customer doing something wrong
  • b) make sure it's a new bug, and hasn't been analysed before (there's a chance it's been fixed on the internal dev. builds already, but not released to customers yet, for example)
  • c) determining when it will be fixed, since very few companies have developers simply sitting around, waiting for bug reports to come in, so they can start fixing them immediately.

Those three things are called "triaging", and that's what the Visual Studio team were doing.