Cpp Coding Standards/DESIGN/NoGlob

From Apache OpenOffice Wiki
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