Pattern: Shadowed variable
Issue: -
Disallows shadowing variable declarations.
Rationale: Shadowing a variable masks access to it and obscures to what value an identifier actually refers.
Pattern: Shadowed variable
Issue: -
Disallows shadowing variable declarations.
Rationale: Shadowing a variable masks access to it and obscures to what value an identifier actually refers.