2 lines
178 B
Plaintext
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.
|