Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 248 Bytes

no-unused-vars.md

File metadata and controls

7 lines (4 loc) · 248 Bytes

Pattern: Unused variable

Issue: -

Description

Variables that are declared and not used anywhere in the code are most likely an error due to incomplete refactoring. Such variables take up space in the code and can lead to confusion by readers.