When you spend hours debugging and pulling your hair out of frustration only to find out there is
It's so hard to spot a single character that's otherwise not an error, but leads to really strange and unexpected program flow
if (a = b) instead of if (a == b)It's so hard to spot a single character that's otherwise not an error, but leads to really strange and unexpected program flow

Reactions: CaffeineAddict