Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 282 Bytes

operatorEqShouldBeLeftUnimplemented.md

File metadata and controls

11 lines (6 loc) · 282 Bytes

Pattern: Possible misuse of = operator

Issue: -

Description

= should either return reference to this instance or be declared private and left unimplemented.

Further Reading