AntiPattern

Shared Reference Misbinding

shared-reference-and-runtime-mismatch

Shared mutable references or mismatched runtime modules get reused across routes/components, so handlers, models, or client scripts end up bound to the last or wrong implementation; the result is incorrect behavior or memory blowups (e.g., OOM) that appears inconsistent across endpoints.