this post was submitted on 18 Oct 2023
341 points (96.2% liked)
Programmer Humor
32371 readers
444 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Just use npm to install all the dependencies. What's the worst that can happen.
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.