this post was submitted on 16 Jun 2025
619 points (99.4% liked)

Programmer Humor

24317 readers
611 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 days ago (6 children)

This can be fixed by switching from npm to pnpm or bun. They use hard links and a package cache.

[–] [email protected] 36 points 3 days ago (5 children)

This does not fix anything. Your final packaged code is the same.

[–] [email protected] 10 points 3 days ago

Depends firstly what you are building. For a Node backend, it of course matters a lot. For a JS frontend you always only ship a fraction of the dependency code, so the meme doesn't really apply. Modern JS frameworks are alright as long as you know what you are doing 🙂

load more comments (4 replies)
load more comments (4 replies)