10

When you realize that the solution for a bug in your code is putting
if (somecondition)
but then you put
if (!somecondition) by mistake and try to figure out why is the bug still there :-(

Comments
  • 0
    You call in a friend to take a look and figure out where you went wrong mid explaining it to them.
Add Comment