No Global Variables

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: Enough said. Global variables are an instant source of unpredictable coupling. Short of searching all your source code for references to a global variable you can never quite be sure who ...)
 
Line 2: Line 2:
  
 
Global variables are an instant source of unpredictable coupling. Short of searching all your source code for references to a global variable you can never quite be sure who is setting it to what value and are they playing fair.
 
Global variables are an instant source of unpredictable coupling. Short of searching all your source code for references to a global variable you can never quite be sure who is setting it to what value and are they playing fair.
 +
 +
== See Also ==
 +
 +
[[Riel's heuristics|Riel's heuristic 8.1]]
 +
 +
[[Singleton]]

Revision as of 08:30, 6 October 2008

Enough said.

Global variables are an instant source of unpredictable coupling. Short of searching all your source code for references to a global variable you can never quite be sure who is setting it to what value and are they playing fair.

See Also

Riel's heuristic 8.1

Singleton

Personal tools