14 July 2008

obfuscation

i submit that these are functionally equivalent in most 3G languages:

if ((a-1) == b)


and

if (--a++ == b)



one day, when i can't take it anymore, i'll starting coding as in the latter.

No comments: