this post was submitted on 15 Jul 2023
543 points (98.1% liked)

Programmer Humor

19463 readers
717 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 1 year ago (1 children)

This was me in courses that used C. Keep adding and removing * and & until the IDE was happy and it usually worked.

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

Ah the good old times with C, when things were much more simple (but unsafe...)

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

(void*) flashbacks intensify.

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

The "best" way to program dynamically typed...