Forum Discussion
TheEndless
11 years agoRoku Guru
"RokuMarkn" wrote:
The latter. It's bad programming style, and avoiding globals is one of the reasons Object Oriented programming was invented. I discussed this previously here. Other than poor style and difficulty in maintaining the code, it's not going to break anything if you use globals.
--Mark
It may also be worth noting that using the global AA is the only way to implement global singletons...