rspec/rules/S4487/description.adoc
2020-06-30 17:16:12 +02:00

2 lines
197 B
Plaintext

Private fields only used to store values without reading them later is a case of dead store. So changing the value of such field is useless and most probably indicates a serious error in the code.