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

Programmer Humor

31324 readers
25 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] xmunk@sh.itjust.works 5 points 9 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.

[–] rolaulten@startrek.website 4 points 9 months ago

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

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