28/ 100 Health Score
🔴 R2 — Change Propagation
Symptom: one method does updates, email, loyalty & cache.
Source: Fowler — Refactoring — Divergent Change
Remedy: extract Notification / Loyalty / CacheInvalidator.
🔴 R6 — Domain Model Distortion
Symptom: email overwritten before the != check — dead branch.
Source: McConnell — Code Complete — Ch.17
Remedy: capture old_email before any mutation.
🔴 R5 — Dependency Disorder + SQL injection ×2