I once had to maintain a legacy C application which had previously been written and maintained by some programmers who had lost the will to program (and possibly live). It had too many WTFs to mention, but I do remember a boolean function which under various special cases would return TRUE+1, TRUE+2, etc.
Then I read Roedy Green's essay and laughed a lot, until I realised that the reason I found it funny was that I recognised most of the examples from the code I was maintaining. (That essay has become a bit bloated over years of additions, but it's still worth a look.)