Depth 4 · conceptual · unassisted · M15 §15.3
Validate at the boundary
Rejects malformed input before it reaches logic
- Evidence
- Bad input fails at the edge with a useful message
- Market anchor
- Data validation
- Rests on
- load-bearing
Design an API contract · API Contracts
The boundary is where the contract is enforced.