Idenfitiers differing only by case

objectscriptQuality release 
1.0.0
Id 
OS0062
Rule type 
Code Smell
Severity 

Critical

Critical
SQALE characteristic 
  • Maintainability
    • Readability
Tags 
clumsy, confusing
Remediation function 
Constant/issue
Remediation cost 
5min

Identifiers for local variables and method arguments in ObjectScript are case sensitive, which means that, for instance, foo and Foo are different.

However, for readability reasons, it is not recommended for two identifiers to have names which differ only by case. Consider renaming one of these.