393
you are viewing a single comment's thread
view the rest of the comments
[-] sbv@sh.itjust.works 63 points 2 days 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.

[-] leisesprecher@feddit.org 4 points 1 day ago

I feel like there's a very fine balance for the effort required to publish a package.

Too easy and you get npm.

Too hard and you get an empty repo.

I feel like Java is actually doing a relatively good job here. Most packages are at least documented a bit, though obviously many are outdated.

[-] expr@programming.dev 1 points 18 hours ago

Uh, there are an absolute fuckload of Java libs out there with nothing more than auto-generated garbage Javadocs.

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!

[-] SkaveRat@discuss.tchncs.de 9 points 1 day ago

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

[-] NegativeInf@lemmy.world 24 points 2 days ago

What took you so long?

[-] Ephera@lemmy.ml 21 points 2 days ago

I mean, if we're talking about all those problems, the no-type-annotations issue is rather specific for Python, JS/TS and Ruby.

But in general, I feel like there's somewhat of an old world vs. new world divide, which happened when package registries started accepting libraries from everyone and their cat.

In C, for example, most libraries you'll use will be quite well-documented, but you'll also never hear of the library that Greg's cat started writing for the niche thing that you're trying to do.

Unfortunately, Greg's cat got distracted by a ball of yarn rolling by and then that was more fun than writing documentation.
That's the tradeoff, you get access to more libraries, but you just can't expect all of them to be extremely high-quality...

[-] Pacmanlives@lemmy.world 10 points 1 day ago

You should look at some old Perl or C code. I have even seen some shell code that makes me want to bash my head in till death with an IBM Model M Keyboard

[-] SkaveRat@discuss.tchncs.de 13 points 1 day ago

That's why they named the shell like that

[-] aspensmonster@lemmygrad.ml 4 points 2 days ago

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.

Is it really a true rust crate if it doesn't contain at least one inscrutable macro?

[-] kjaeselrek@lemmy.ml 4 points 1 day ago

It’s one of the macro_rules!

[-] kjaeselrek@lemmy.ml 1 points 1 day ago

Not even one full day after posting this and here I am debugging one of my own inscrutable macros for a version upgrade lmao.

[-] GBU_28@lemm.ee 2 points 2 days ago

Lol also the importing of lpad and iseven

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

Programmer Humor

19187 readers
1198 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