Remember: Prove what you know.
When debugging a thing that *can't* fail, you might assume things that aren't true. Go back to basics.
When it's new code, see if it worked without your changes.
Sometimes, you'll find a thing that has been broken for 8 months. And by double-checking, you can save 6 months of frustration.