Breadcrumbs
Tag: "global_variables"
-
Global Variables
- Author
- Date
- Sun 26 Mar 2006 at 21:55
- Type
- Article
Globals are variables that can be accessed in any context of an application. Globals present the risk of creating complex and mutual dependencies, making your code twisted and tangled. Learn here about the dangers of using global variables and why/how you should dismiss them entirely.
