this post was submitted on 11 Sep 2023
1138 points (97.0% liked)

Programmer Humor

32042 readers
884 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
[–] [email protected] 0 points 1 year ago

As a freelance fronted dev, I really love Docker. I don't need to mess up my system installing ancient Java versions or whatever Python wants to easy_install, pip or whatever, I can just run the backend Docker image and go on with my life. Especially when project A's backend has incompatible Java/Ruby/Python dependencies with project B.

You can shit on npm all you want (yes, I was there for left_pad), but at least they got the dependency issues between projects solved.