Hacker News new | ask | show | jobs
by axelthegerman 1418 days ago
should be okay is definitely not enough for me to ship things to production.

And while I do have automated tests, they might sometimes stub system calls as I'm mostly testing my code to keep things stable and fast.

I'd rather explicitly declare my dependencies and use the same container for development, test and production to feel much more confident that it includes actually everything that's needed.

1 comments

with good pipeline and knowledge about your app you should be able to ensure it works without much of a problem