Too many globals #6004
DeadLockStarve
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are too many globals in the code which also get modified at runtime. To my knowledge, this is a really bad programming pattern. Is there a reason why it's like that and not, let's say structs holding variables and a global struct holding a library defaults state?
Beta Was this translation helpful? Give feedback.
All reactions