AntiPattern
Implicit Call Skips Execution
implicit-behavior-skips-execution
Compiler- and runtime-driven implicit behavior prevents expected code from running: SWC compilation routes around the target method, or resources fail during implicit close(), and scattered validation/utility access hides these failures until specific flows execute.