Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 358 Bytes

duplicateExpression.md

File metadata and controls

11 lines (6 loc) · 358 Bytes

Pattern: Duplicate expression

Issue: -

Description

Finding the same expression on both sides of an operator is suspicious and might indicate a cut and paste or logic error. Please examine this code carefully to determine if it is correct.

Further Reading