AntiPattern
Runtime Context Divergence
runtime-context-divergence
Code that works under one execution context (tests, IDE runner, type-checking, or extension activation) silently diverges because gating or configuration differs, leading to uninitialized values, undefined type access, or blocks that never run at runtime.