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

2 lines
178 B
Plaintext

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.