Global variables

Does it make a difference if I move variables into a dictionary so that the global variables look better or does it take longer to load or are more likely to cause problems?
 

dhj49er

Well-known member
Does it make a difference if I move variables into a dictionary so that the global variables look better or does it take longer to load or are more likely to cause problems?
I have recently created dictionaries of global variables and not noticed a difference in execution time. Also I haven't had any problems.

I like having all my BT, WiFi etc global variables in their own dictionaries.
 
Top