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

Programmer Humor

32275 readers
1018 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
[–] xmunk@sh.itjust.works 5 points 1 year 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.

[–] rolaulten@startrek.website 4 points 1 year ago

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

[–] scubbo@lemmy.ml 2 points 1 year 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.