AntiPattern
Context-Sensitive Symbol Shadowing
context-sensitive-symbol-shadowing
Web or SQL logic breaks when a symbol’s meaning changes by context—Node crypto imports shadow WebCrypto expectations, while SQL rollup/union grouping changes which rows exist—leading to undefined calls or missing subtotal semantics.