Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 324 Bytes

comparisonOfFuncReturningBoolError.md

File metadata and controls

11 lines (6 loc) · 324 Bytes

Pattern: Comparison of boolean function value using <, >, <= or >=

Issue: -

Descriptions

Comparing bool value using relational (<, >, <= or >=) operator could cause unexpected results.

Further Reading