Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

One man bugtracker?

Tags:

bug-tracking

Recently I've been doing lots of weekend coding, and have began to really need a bugtracker as things are gaining speed. This is probably the worst case scenario because I basically have to let things cool down over the week,so I simply can't remember the bugs in my head. So far I've been using a text file to jot down bugs,but I'd rather use something a bit better.

The biggest points here are ease of use and very little setup time.Don't want to spend more than an hour learning the basics and trying to install something. Also in my case I'm on a Mac so that would help, but solutions for other platforms are welcomed as they will likely help others.

like image 746
Robert Gould Avatar asked Oct 31 '08 16:10

Robert Gould


3 Answers

FogBugz has a student/startup edition that's free indefinitely, for 2 or less users.

like image 200
MattBelanger Avatar answered Sep 18 '22 05:09

MattBelanger


Personally, I use Excel. (Wait, come back, I'm not crazy!) For a bigger / team project, I've gotten a ton of mileage out of Bugzilla, but that tends to be kind of overkill for a one-person project.

But, a well-organized spreadsheet, with columns for things like "status", "description", "code module", "resolved date," etc, gets you pretty close to what you'd need for a small project. Sorting a spreadsheet by column isn't anywhere near a search, but its a whole lot better than "find in text file."

Heck, if you use Google docs rather than excel, you can even publish the thing as an RSS feed and get it anywhere.

And, the major advantage is that the setup time and learning curve are both effectively nil.

Addendum: And of course, the instant your "One-Person Bug Tracker" becomes a "Two-Person Bug Tracker" you must switch to something better. Bugzilla, FogBugz, anything. Trust me, I've been there.

like image 35
Electrons_Ahoy Avatar answered Sep 18 '22 05:09

Electrons_Ahoy


Trac or Redmine are both pretty good. I don't know how easy they are to set up on a Mac.

like image 21
Roger Lipscombe Avatar answered Sep 22 '22 05:09

Roger Lipscombe