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
Is it good practices use global variable in huge project that are require more
Share
Regardless of where global variables are used, they are generally bad.
Why Global Variables Should Be Avoided When Unnecessary