Hacker News new | ask | show | jobs
by Waterluvian 2293 days ago
Programming can be so easy: "Oh hey, it fixed itself!"

Programming can be so hard: "So then what was the bug?"

3 comments

You can bisect to try and figure out where exactly the bug "fixed" itself. Not easy with a bug that can't be triggered reliably, of course.
Something something Schrodinger's Bug...
And the awful thing if you can’t pinpoint what caused and fixed it is that it can more easily regress later.