Hacker News new | ask | show | jobs
by chrischen 1492 days ago
I suppose you can run your tests in docker and just do dev work in a "good enough" replica.
1 comments

Exactly. I would argue this is the only way you can be sure your code will run properly in Production.

I found that when I tried developing inside a clone of my Production Docker environment, I started having to change more and more things over time eg installing Xdebug etc that meant it was not the reliable test environment I hoped it would be.