AntiPattern
Environment-Dependent Execution Paths
environment-dependent-execution
Compiler, binary, and concurrency behavior diverge because invoked tools resolve via PATH/shell semantics or rely on CAS ordering, so the intended code path never runs or returns incorrect results. The stake is correctness and reproducibility across machines and build modes.