Filipin.eu

Željko Filipin's blog.
Home Blog Tags Now License

View on GitHub
5 October 2006

Bug That Has Lived Two Years and a Day

by Željko Filipin

A few weeks ago, my colleague resolved a case that was opened for two years and one day. It was minor bug (priority 4), but that does not matter. Our application has changed so much in that two years that, of course, it was not reproducible. But that does not matter, either.

What matters is - that bug was open for over a two years.

At that time, I just have read Joel Spolsky's The Joel Test: 12 Steps to Better Code. There is question: "Do you fix bugs before writing new code?" No. To be honest, we did not have a feature freeze for a while.

Isn't it demotivating to know that bug that you have reported would not be looked at for a while. When will it be resolved? Better not to think about it. I pointed that to my developer, and he promised that he would do his best.

Since then, he was closing many bugs. Just this morning, he said that he has resolved all bugs with priorities 1, 2 and 3 (showstopper, critical and major). I immediately checked our bug tracking software (all testers know that developers cannot be trusted :)). Then, I have built the latest version of our application and verified that all bugs are resolved.

There are still over one hundred open bugs, but they are all minor and trivial (priorities 4 and 5). I think that we did not have this situation since I started working here. Over two years.

I have a strange feeling now. I am so motivated to find new bugs. I have noticed some strange behaviour in our application, but I did not have time to look into it. Until know.

There is always one more bug*.

tags: TODO