this post was submitted on 18 Oct 2023
329 points (96.1% liked)

Programmer Humor

32054 readers
1367 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 11 months ago (2 children)

Managing a node project is like juggling twelve barrels full of monkeys... and those monkeys have rabies. Trying to keep all your dependencies in line is insane.

[–] [email protected] 4 points 11 months ago

Just use npm to install all the dependencies. What's the worst that can happen.

[–] [email protected] 2 points 11 months ago

It is absolutely insane to me that people rag on the Python packing ecosystem when TypeScript exists. Sure, Python's not perfect (Rust and Go seem better, from the small amount I've dabbled with them), but way easier and more stable than any TS project I've worked on.