Reputation: 941
Is it good practices use global variable in huge project that are require more security (some where i read that is not DRY) if no then please explain why? Thanx in advance
Upvotes: 3
Views: 911
Reputation: 115809
Regardless of where global variables are used, they are generally bad.
Why Global Variables Should Be Avoided When Unnecessary
Upvotes: 4