this post was submitted on 19 Jun 2025
332 points (90.7% liked)

Programmer Humor

25351 readers
1274 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 2 years ago
MODERATORS
 

Made with KolourPaint and screenshots from Kate (with the GitHub theme).

you are viewing a single comment's thread
view the rest of the comments
[–] _stranger_@lemmy.world 44 points 1 month ago (2 children)
[–] BeigeAgenda@lemmy.ca 22 points 1 month ago (2 children)

And then assign an int to a string just to mess with the interpreter.

[–] sbv@sh.itjust.works 45 points 1 month ago

only the linter gives a hoot - the interpreter will happily leave that footgun for later

[–] Hammerheart@programming.dev 4 points 1 month ago (1 children)
[–] Ziglin@lemmy.world 1 points 1 month ago

Looks like a snippet of C with two labels that will be referenced by a goto instruction. Very bad code tbh.