View Poll Results: At work, does your team develop new features while there are still open bugs?
- Voters
- 10. You may not vote on this poll
-
Never.
-
Only if a deadline has passed.
-
Not usually, but it really depends on the bugs.
-
All the time, it's a common practice.
-
September 21st, 2009, 03:27 PM
#1
At work, does your team develop new features while there are still open bugs?
If you mark "depends on the bugs", would you mind specifying what aspects you consider?
Last edited by ltcmelo; September 21st, 2009 at 03:32 PM.
-
September 21st, 2009, 03:53 PM
#2
Re: At work, does your team develop new features while there are still open bugs?
Yes, we do. Our codebase is so large, and diverse, if we were to stop to fix all of the bugs, we would never have time to develop new features, and loose customers left and right.
Viggy
-
September 22nd, 2009, 02:17 AM
#3
Re: At work, does your team develop new features while there are still open bugs?
I think it strongly depends on the team structure and the quality of project management. If there are capacities (free developers) and the project is well managed, bugs and features can be processed together.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
September 22nd, 2009, 09:41 PM
#4
Re: At work, does your team develop new features while there are still open bugs?
Generally most bugs are classified by severity and priority. It's common for both to have a numeric ranking with a 1 being the most important (highest priority or greatest severity). The low end of the scale usually is a 4 or a 5 depending on the organization (lowest pri and sev).
P1/S1 bugs are usually fixed asap. P5/P5 bugs are never fixed (JK).
In terms of bugs, it's reasonable to have a P1/S5 (an example of this would be high profile typo bug). Similarly, it's possible to have low priority, high severity bug (such as a crashing bug that is unlikely to ever get hit by a customer scenario).
Given these classifications, it's perfectly reasonable to develop new features with open bugs.
-
September 24th, 2009, 01:21 PM
#5
Re: At work, does your team develop new features while there are still open bugs?
Like Arjay said, we do not ship with active P1 - P3 bugs. However, there are all sorts of lingering P4 and P5 bugs out there that will most likely never be fixed. It is not worth spending time on those at the expense of adding value to the product.
-
September 24th, 2009, 03:50 PM
#6
Re: At work, does your team develop new features while there are still open bugs?
 Originally Posted by Arjay
P1/S1 bugs are usually fixed asap. P5/P5 bugs are never fixed (JK).
Actually, we do have a "Never Fix" category in our bug tracking system. There are those bugs, that you will never fix because (a) customers have a 0.001% chance of hitting them (and you have a workaround), or (b) they are in "soon to be obsolete" pieces of code.
Viggy
-
September 25th, 2009, 10:35 AM
#7
Re: At work, does your team develop new features while there are still open bugs?
At my company, we don't even have a "Priority/Severity" bug database. Were such a small company that whenever a bug is found my boss usually just lets me know and I fix it there on the spot irregardless of its severity. I hope to change that in the future by playing a role more suited to project lead so we can get this whole thing organized. But in a company of about 12 people it isn't feasible at this time, we don't even have a dedicated tester on board yet
R.I.P. 3.5" Floppy Drives
"I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein
-
September 26th, 2009, 09:46 PM
#8
Re: At work, does your team develop new features while there are still open bugs?
Same. Apps go thru test processes, by partner/user. Lots of bugs get fixed immediately, but they all get fixed before upgrades go out
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|