this post was submitted on 11 Dec 2021
12 points (100.0% liked)

Programmer Humor

32380 readers
425 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

You're using a Node.js framework so you npm install its package. But that package has six dependencies so they get installed too. But wait, there's more! Each of those dependencies have their own dependencies, and each of those dependencies also have dependencies! Rince and repeat until your one package becomes 9000.

Moral of the story, Node.js packages are pathogens.

you are viewing a single comment's thread
view the rest of the comments
[–] 0x90@lemmy.ml 2 points 2 years ago

That's not even programming. It's "calling functions from a library already written by someone else"