this post was submitted on 17 Sep 2024
1 points (100.0% liked)

Programmer Humor

24772 readers
1018 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
 
top 8 comments
sorted by: hot top controversial new old
[–] AlexWIWA@lemmy.ml 1 points 9 months ago (2 children)

It's still crazy to me that Django doesn't have type hints.

[–] wasabi@feddit.org 0 points 9 months ago (1 children)
[–] AlexWIWA@lemmy.ml 1 points 9 months ago (1 children)
[–] fossphi@lemm.ee 1 points 9 months ago

One more reason to add to my hate list for kubernetes

[–] misterbngo@awful.systems 0 points 9 months ago (1 children)
[–] salmoura@lemmy.eco.br 0 points 9 months ago (1 children)

Will you share the source?

[–] sbv@sh.itjust.works 1 points 9 months ago

I love shitting on Python, but I feel like all those problems are present in libraries for other languages as well. There's a tonne of that crap for JS/TS.

Similarly, I find a fair number of Rust crates (that I want to use) have virtually no doc or inline examples, and use weird metaprogramming that I can't wrap my head around.