this post was submitted on 16 Mar 2024
1 points (100.0% liked)

TechTakes

1432 readers
16 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 1 year ago
MODERATORS
 

Not entirely the usual fare, but i figured some here would appreciate it

I often rag on the js/node/npm ecosystem for being utter garbage, and this post is a quite a full demonstration of many of the shortcomings and outright total design failures present in that space

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 8 months ago

Can't uninstall if you're anyone's dependency? That's a social problem; if an underlying package goes away or breaks, then yes, the downstream packages need to update (and JS needs a frickin stdlib so people stop importing 12-line string formatters).

Can't uninstall if you're someone's wildcard dependency? That's a bug.

Can't uninstall if you depend on self? Massive bug.

The kik naming thing? I find package namespacing irritating but it solves that problem.