Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 262 Bytes

pointerPositive.md

File metadata and controls

11 lines (6 loc) · 262 Bytes

Pattern: Negative pointer check

Issue: -

Description

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

Further Reading