Mechanism vs Policy

A systems-design principle separating the mechanism that enforces constraints (e.g. access checks, sandboxes) from the policy that decides what the constraints should be. The separation lets a single mechanism support many policies and lets policies evolve without touching trusted code.

In this vault

Backlinks