Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 265 Bytes

pointerLessThanZero.md

File metadata and controls

11 lines (6 loc) · 265 Bytes

Pattern: Less than zero pointer check

Issue: -

Description

A pointer can not be negative so it is either pointless or an error to check if it is.

Further Reading