AntiPattern
Cross-Environment Assumption Drift
cross-environment-assumption-drift
Cross-environment assumptions fail when code treats platform-specific syntax, memory layout, or resource lifetimes as stable (e.g., path separators, JVM container reuse, float representation, and compiler previews), causing nondeterministic breakage and build/runtime errors.