Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.

— Brian W. Kernighan

#debugging

@programming_quotes There was a quote in another book (Code Complete?) with similar advice that I always remember when over-cleverness threatens: code is written for humans to read, not computers.