this post was submitted on 31 Jul 2024
734 points (99.3% liked)
Programmer Humor
19564 readers
697 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This can happen in any project that uses dependencies, javascript or not
Sure, but when was the last time you saw, say, a Python project using some third-party library instead of simply calling isnumeric() from the standard library?
There's a reason for these jokes always being about Javascript.
Don't worry, people make plenty of jokes about C++ too.
Hell, people joke about my favourite language too - Cargo build times are a meme unto themselves.
I don't think there's a truly great dependency management system there. Though all in all, I've generally had no MAJOR issues with Cargo, Maven or Gradle.
lol just use a virtual environment, it's the default now anyways