Cpp Coding Standards/HEADERS

From Apache OpenOffice Wiki
< Cpp Coding Standards
Revision as of 15:33, 27 November 2006 by Np (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Header Files

What to do and do not with header files.


Rules

SelfSufficient

Make headers include everything they need themselves.

IncludeDirectly

Include the header files for all types you need directly, not via another file.


Personal tools