rspec/rules/S2376/description.adoc

2 lines
178 B
Plaintext
Raw Normal View History

2020-06-30 12:48:07 +02:00
Properties with only setters are confusing and counterintuitive. Instead, a property getter should be added if possible, or the property should be replaced with a setter method.