rspec/rules/S1068/description.adoc
2021-01-27 13:42:22 +01:00

2 lines
232 B
Plaintext

If a ``++private++`` field is declared but not used in the program, it can be considered dead code and should therefore be removed. This will improve maintainability because developers will not wonder what the variable is used for.