AntiPattern
Conditional Early Returns Skip Work
premature-short-circuit
Async auth and front-end guards return null or short-circuit on wrong conditions (e.g., ??/boolean checks), so downstream logic and UI updates never run even though state changes, creating silent authorization or rendering gaps.