Stability by Design

16 points by Jackevansevo


technomancy

Security fixes should basically ~never trigger a breaking change

This is definitely not true; security fixes can break things. For example, the fix for the log4j vulnerability meant disabling a feature, because that feature was fundamentally flawed. The difference is that unlike for an enhancement, your users would rather have the breakage than the vulnerability.

Other than that it’s a decent article if you ignore the twitter links.