AntiPattern
Timing-Observable Early Exit
timing-observable-early-exit
Early-exit control flow (e.g., short-circuiting loops once a match is found) makes which branch matched and where it occurred observable via timing, leaking sensitive ordering or preference information even without explicit output.