this post was submitted on 19 Jun 2025
323 points (90.5% liked)

Programmer Humor

24420 readers
934 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 43 points 4 days ago (2 children)
[–] BeigeAgenda@lemmy.ca 21 points 4 days ago (2 children)

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

[–] sbv@sh.itjust.works 43 points 4 days ago

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

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

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