this post was submitted on 17 Dec 2025
516 points (96.4% liked)

Programmer Humor

28027 readers
1413 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] jjjalljs@ttrpg.network 13 points 1 week ago (3 children)

Most of the code at my current job doesn't even have the optional type annotations. You just see like def something(config). What's config? A dict? A list? A string? Who the fuck knows.

Unfortunately most of the developers seem to have a very pre-modern take on programming and aren't interested in changing anything.

[–] darklamer@lemmy.dbzer0.com 6 points 1 week ago

There's a special circle in hell for people who write Python without type annotations.

[–] gigachad@piefed.social 4 points 1 week ago

LLMs will cure this /s

[–] mx_smith@lemmy.world 2 points 1 week ago

Sounds like the Ruby code base at my work