AntiPattern
Hidden State Initialization Order
order-dependent-hidden-state
State that depends on execution order or scope—security context, constants, or object fields—is initialized too late or referenced through the wrong owner, so later code observes undefined/null or mismatched data and authorization/logic silently breaks.