Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 295 Bytes

unsignedLessThanZero.md

File metadata and controls

11 lines (6 loc) · 295 Bytes

Pattern: Less than zero check for unsigned variable

Issue: -

Description

The unsigned variable will never be negative so it is either pointless or an error to check if it is.

Further Reading