The cool thing about writing code is that the computer is doing exactly what you tell it to do.

The cool thing about debugging code is slowly learning what you actually told the computer to do.

@hzulla Oftentimes, I'll have a bug that just makes no sense, until I realize I set the exact opposite condition that I meant to in a boolean evaluation. I am literally checking for the opposite of what I wanted, and doing that seems so dumb that it's too obvious to look for as a possible source for the bug.