this post was submitted on 09 Sep 2023
1017 points (97.1% liked)

Programmer Humor

32042 readers
884 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
[–] IphtashuFitz 347 points 1 year ago* (last edited 1 year ago) (6 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”.

[–] ajmaxwell 150 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

[–] IphtashuFitz 47 points 1 year ago (1 children)

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

[–] Cabrio 14 points 1 year ago
[–] [email protected] 55 points 1 year ago (1 children)

proposal to rename exit() to oh_shit_oh_shit_oh_shit()

[–] [email protected] 43 points 1 year ago (3 children)

screw_you_guys_im_going_home()

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

fuck_this_shit_im_outta_here()

[–] KIM_JONG 6 points 1 year ago (1 children)

In the 90s there was a Redhat distro called Cartman.

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

Red Hat 6.1, that was my first Linux distro.

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

screw_you_im_gonna_go_play_minecraft()

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

I will keep this legacy alive within my code

[–] Wakmrow 29 points 1 year ago

Okay yeah but I know what all those variables do

[–] markstos 16 points 1 year ago
[–] [email protected] 11 points 1 year ago

Sounds like my type of guy.