Software Engineering · Product & Engineering
How much of the system — and how many users — would be affected if a given change or component fails.
Example: A bug in shared login has a bigger blast radius than a bug in a rarely-used settings page.
In practice: Reducing blast radius — through feature flags, canary releases, and service isolation — is often a more practical risk mitigation than trying to prevent every possible bug.