IanQuigley.com

Anti-Bug Pattern

Tags: programming, wtf
The Anti-Bug Pattern occurs when you have two bugs in a system which cancel each other out.

While refactoring one day, I couldn't work out why my code had broken. That's not unusual, and so I checked and re-checked the new code that I'd written. Nope, it was bug free!

This was when I discovered the Anti-Bug Pattern, which occurs when there are two bugs in a system, but which co-incidently cancel each other out. Fixing one bug uncovers the other. Ruben Bartelink came up with the name.

blog comments powered by Disqus