Poll: What's your favorite bug tracker?
11–20 of 73 posts
Re: Poll: What's your favorite bug tracker?
#12I wish GitHub had a "This bug affects me" or +1 button so the comment history stays clean of "me too" responses.
Re: Poll: What's your favorite bug tracker?
#13Re: Poll: What's your favorite bug tracker?
#14Re: Poll: What's your favorite bug tracker?
#15I'm surprised GitHub is by far #1. I wonder if it's familiarity rather than preference. Github's minimal approach of using labels for everything is like Gmail's tags over folders. I wish GitHub had a "This bug affects me" or +1 button so the comment history stays clean of "me too" responses.
Re: Poll: What's your favorite bug tracker?
#16Re: Poll: What's your favorite bug tracker?
#17asana
Re: Poll: What's your favorite bug tracker?
#18Re: Poll: What's your favorite bug tracker?
#19(I say this in jest, but only a little.) Think about it...
I know so many programmers who get lazy because they have such good debugging tools (Let me just slam something out there and let the debugger catch it.) I hate this.
If we developers would slow down and think a little more about what we're building, we may find a dramatically decreased need for debugging.
Variable local or global? Right variable name? Should that be a function? How much am I repeating myself? How should the data be structured for its intended uses? What's the best way to handle recursion? Where might memory leak? Where's the best place to do this? Which is the best technology for this need? And most of all: Will the next programmer be able to read this and tell what it's doing before they break it?
Slow down. Plan more. Think deeper. Debug less.
Re: Poll: What's your favorite bug tracker?
#20Jira.
Surprised its not on there. FWIW here's a list of major issue trackers from Wikipedia: http://en.wikipedia.org/wiki/Comparison_of_issue-tracking_sy... .