this post was submitted on 13 Oct 2023
307 points (80.9% liked)
Programmer Humor
32571 readers
313 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
When I joined my previous company, we had 300 projects and zero documentation. It took me a year to identify which node version those projects were on. And most of them were roughly the same 5 versions.
The update roadmap for each project took another two years, as things like node 12 -> node lts has been a general nightmare with so many libs being depreciated, and the great shift from CommonJS to modules.
I cannot say it "just works". ๐ญ