Tag
global_variables
Results
- Articles
- 1
- Blog Entries
- 0
- Links
- 0
Articles
-
Global Variables
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.

