The single line bug fix
It is amazing how much time you can hunt for the exact cause of a bug. In this case, it took me almost two days (intersperse with other work, however) to track down and find the issue.
Remember, there is no reason to use ASCII, ever. I actually run a blame on the code (a new feature for SvnBridge!) to find out who wrote it. And then I sent a nasty email about it to /dev/null, just to clear my mind.
Comments
Rule of thumb: the time it takes to locate a bug is inverse proportional to the time it takes to fix it.
Jonas
Comment preview