Next: High Integrity CPP Rule 7.3  Up: 7 Conversions  Previous: High Integrity CPP Rule 7.1  Contents

High Integrity CPP Guideline 7.2   Minimise the use of casts.
(QA C++  3081)

Justification

Excessive use of casts in an implementation may be an indication of a poor design.

See also

Rule 7.1, Guideline 10.7

Reference

Industrial Strength C++ 6.1;


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