435
you are viewing a single comment's thread
view the rest of the comments
[-] Gonzako@lemmy.world 12 points 1 day ago

I like using python just cuz I can quickly get it working. I wish I had the time to undust C and try getting that to do what I want but my work cares more about iteration and speed to implement than speed of the program itself.

[-] Damarus@feddit.org 8 points 1 day ago* (last edited 16 hours ago)

Python has many great aspects, unfortunately it's missing ~~strong~~ static typing.

[-] jjjalljs@ttrpg.network 15 points 1 day ago

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 5 points 15 hours ago

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

[-] mx_smith@lemmy.world 2 points 14 hours ago

Sounds like the Ruby code base at my work

[-] gigachad@piefed.social 2 points 17 hours ago

LLMs will cure this /s

load more comments (5 replies)
load more comments (5 replies)
this post was submitted on 17 Dec 2025
435 points (100.0% liked)

Programmer Humor

27914 readers
1785 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