AntiPattern
Execution Order Misuse
control-flow-assumption-break
Read-before-check and ignored-compilation paths break the assumed control-flow, so code runs in the wrong phase or never runs, while unsafe constructors (e.g., Function/eval) further turn data into execution unexpectedly.