Hacker News new | ask | show | jobs
by YokoZar 2890 days ago
> Someone makes a commit to library code and production magically breaks? How does that happen?

With insufficient tests and broken release processes.

1 comments

Yeah, if you’re pushing to prod automatically without a really good test suite then I would say the problem isn’t with the person who wrote a bug.