rspec/rules/S4487/description.adoc

2 lines
197 B
Plaintext
Raw Normal View History

2020-06-30 12:49:37 +02:00
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.