MetaCredo. Check. Refactor. VariableRebinding
(MetaCredo v0.1.0)
View Source
Detects the same variable name being assigned multiple times in the same block. Rebinding variables makes code harder to follow -- use distinct names or restructure the code.
Category: Refactoring Opportunity / Priority: low