- Joined
- Jun 26, 2020
- Messages
- 1,928
Let me explain, if I have a global variable then I call a function that not takes it but uses that variable, then do it again and again, but as is a global variable so it can be overwritten by other function that runs in "the exact time" what is the risk of that?