906
Never again
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
The docker thing really grinds my gears. I see it as the ultimate "works on my machine" mentality. Basically they can't be arsed to write software that is robust to changes in hosting platform.
I have dealt with "only works in kubernetes" because developers couldn't be bothered to make it even work on docker without all the hidden orchestration.
So, instead of documentation, they just make the service work in that one specific environment.