2 lines
237 B
Plaintext
2 lines
237 B
Plaintext
![]() |
If a <code>private</code> 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.
|