this post was submitted on 17 Sep 2024
403 points (97.6% liked)

Programmer Humor

19503 readers
1096 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sbv@sh.itjust.works 63 points 1 month ago (9 children)

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.

[–] thebardingreen@lemmy.starlightkel.xyz 59 points 1 month ago (2 children)

Are we living in a world in which the JS/TS ecosystem is the yardstick by which we measure well written code? I mean... Wait a minute! I figured it out! This is the Bad Place!

[–] NegativeInf@lemmy.world 25 points 1 month ago

What took you so long?

[–] SkaveRat@discuss.tchncs.de 10 points 1 month ago

Every time I have a problem, I throw a regex on it, and BOOOOM, right away I have a different problem

load more comments (6 replies)