xia@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 year agodo as i say...lemmy.caimagemessage-square86fedilinkarrow-up11.02Karrow-down131
arrow-up1989arrow-down1imagedo as i say...lemmy.caxia@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square86fedilink
minus-squareIphtashuFitz@lemmy.worldlinkfedilinkEnglisharrow-up331arrow-down1·edit-21 year agoMany years ago I had to try to debug a memory manager written by a really talented software engineer, with an interesting take on naming things… He referred to blocks of memory as “cookies”. He had a temporary variable named “handy” because it was handy to have around. He had a second temporary variable that referenced the first one that he called “son_of_handy”. If corruption was detected in a block of memory then it would set the flag “shit_cookie_corrupt”. If too many cookies were corrupt then the system would halt by calling the function “oh_shit_oh_shit_oh_shit”.
minus-squaredhtseany@lemmy.mllinkfedilinkarrow-up46arrow-down1·1 year agoTo be honest I’d like to see his resume, kinda wanna hire him
minus-squareIphtashuFitz@lemmy.worldlinkfedilinkEnglisharrow-up46·1 year agoThat was close to 30 years ago - a DOS memory manager written prior to Windows 3.0. He’s likely retired now…
minus-squareVictoria@lemmy.blahaj.zonelinkfedilinkarrow-up53·1 year agoproposal to rename exit() to oh_shit_oh_shit_oh_shit()
minus-squareDrew Belloc@programming.devlinkfedilinkarrow-up43·1 year agoI will keep this legacy alive within my code
minus-squareWakmrow@lemmy.worldlinkfedilinkarrow-up29arrow-down1·1 year agoOkay yeah but I know what all those variables do
Many years ago I had to try to debug a memory manager written by a really talented software engineer, with an interesting take on naming things…
He referred to blocks of memory as “cookies”.
He had a temporary variable named “handy” because it was handy to have around.
He had a second temporary variable that referenced the first one that he called “son_of_handy”.
If corruption was detected in a block of memory then it would set the flag “shit_cookie_corrupt”.
If too many cookies were corrupt then the system would halt by calling the function “oh_shit_oh_shit_oh_shit”.
I like him already
To be honest I’d like to see his resume, kinda wanna hire him
That was close to 30 years ago - a DOS memory manager written prior to Windows 3.0. He’s likely retired now…
proposal to rename exit() to oh_shit_oh_shit_oh_shit()
I will keep this legacy alive within my code
Okay yeah but I know what all those variables do
Ugh.