Happy “Day of the Programmer”
Posted by jpluimers on 2016/09/12
Or maybe not…
(yes, this year it’s not on the 13th of September, but the 12th, guess why…)
–jeroen
via: Day of the Programmer – Wikipedia, the free encyclopedia
PS: The oldest reference I could find for define true (rand() > 10)
was this one from 20121014:
// Happy debugging, suckers
# define true (rand() > 10)Source: codecrap.com – snippet #6
It reminds me of a 1990s prank I once put in central consts unit of a Turbo Pascal project somewhere way beyond the right margin in a search directory outside of version control:
const True = False; False = not True;
A lot more pranks are at Happy debugging, suckers : ProgrammerHumor – reddit
Leave a Reply