naming-drift-does-not-affect-execution

Status: IN

Method name mismatches from copy-paste are invisible at runtime because the test harness imports via module-level aliases bound at the top of each solution file, not via method names on the Solution class.

Justifications

Module-level aliases bridge naming drift unless the alias itself is misnamed

Depends on (SL): solution-module-level-alias-convention, isolation-enables-style-drift

Unless: misnamed-module-exports-in-test-harness

Depended on by

JSON