Cpp Coding Standards/DESIGN/NoGlob

From Apache OpenOffice Wiki
< Cpp Coding Standards‎ | DESIGN
Revision as of 11:07, 13 April 2007 by Np (Talk | contribs)

Jump to: navigation, search

Global variables introduce global state, which makes testing and understanding your program unnecessarily hard. Furhermore, they pollute their context with their names, and they can't always be sensibly initialized (see DESIGN:GlobInit).

Personal tools