8 ms·
> Like you said, their intent is just to add a new option, and it ought to have no extensional changes in behavior, but it still ends up behaving subtly differe
by shub 8y ago
> Like you said, their intent is just to add a new option, and it ought to have no extensional changes in behavior, but it still ends up behaving subtly different. The next morning, all your services end up broken as a result.
Someone makes a commit to library code and production magically breaks? How does that happen?
- YokoZar 8y ago> Someone makes a commit to library code and production magically breaks? How does that happen? With insufficient tests and broken release processes.
- shub 8y agoYeah, 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.