this post was submitted on 09 Sep 2023
1053 points (97.2% liked)

Programmer Humor

32443 readers
1249 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 339 points 1 year ago* (last edited 1 year ago) (13 children)

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”.

[–] [email protected] 149 points 1 year ago (1 children)
[–] [email protected] 45 points 1 year ago (1 children)

To be honest I'd like to see his resume, kinda wanna hire him

[–] [email protected] 46 points 1 year ago

That was close to 30 years ago - a DOS memory manager written prior to Windows 3.0. He’s likely retired now…

load more comments (11 replies)