GitHub Survivor: a bug leaderboard for GitHub issues
99designs.com
GitHub Survivor: a bug leaderboard for GitHub issues
1–10 of 18 posts
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#2I love this idea! Makes me wish we could implement something like this where I work. But I always remember that we're a business first, and software development office second. :(
Edit: Meaning, we don't sell software, but we need software to run our day to day.
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#3I love this idea! Makes me wish we could implement something like this where I work. But I always remember that we're a business first, and software development office second. :( Edit: Meaning, we don't sell software, but we need software to run our day to day.
1. git clone https://github.com/99designs/githubsurvivor.git
2. profit
:-)
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#4This is really cool. Definitely want to implement someone like this with my teams.
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#5How do you address that somebody could take on 5 bugs that take 5 minutes to fix versus the guy who takes the 1 bug that takes 5 hours to fix?
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#6I can't think of a more worthless and demoralizing idea. Not all bugs are created equal, thus the measure is inaccurate.
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#7Before reading the article, I hoped this was going to have something to do with the oldest issues (open, fixed recently, commented, etc) across all of GitHub. Does such a thing exist?
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#8How do you address that somebody could take on 5 bugs that take 5 minutes to fix versus the guy who takes the 1 bug that takes 5 hours to fix?
Good question! We currently track that externally. E.g. in the issue description we might say "This is worth 100 whisky-points". It would be cool to build in a notion of value.
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#9When designing systems that reward bugfixes, beware the Cobra effect. [1]
Re: GitHub Survivor: a bug leaderboard for GitHub issues
#10When designing systems that reward bugfixes, beware the Cobra effect. [1] [1] = http://en.wikipedia.org/wiki/Cobra_effect
On the other hand, it's an incentive for devs to log and fix minor issues they might've otherwise ignored.