15
woops
6y

Things to do while you encounter a bug and haven't resolved in some hours:
- Leave it and get clean air so your brain relaxes.

What i do:
- Stay there trying to figure out why the fuck this shit doesn't work and considering falling from the window a very good option

Comments
  • 0
    If your code is unit tested, try to write a test that simulates the bug. That usually helps me. If you're spending ages debugging code then I advise you to look into code metrics. It has dramatically reduced maintenance burden for me. Good luck with the bug.
Add Comment