Next: High Integrity CPP Rule 8.4.2  Up: 8.4 Object Declarations and Definitions  Previous: 8.4 Object Declarations and Definitions  Contents

High Integrity CPP Rule 8.4.1   Do not write the characters 'l' (ell) and '1' (one) or 'O' (oh) and '0' (zero) in the same identifier.
(QA C++  5217)

Justification

The characters are similar and may be confused by the reader.


HICPP VERSION 2.4  http://www.codingstandard.com   Copyright: © 2007 THE PROGRAMMING RESEARCH GROUP