Open jasondaming opened 5 years ago
I would strongly encourage you to use type definitions whenever you make an enum especially when it handles something like a mode that could very easily need to be updated. The could should probably be used in multiple other places too!
I would strongly encourage you to use type definitions whenever you make an enum especially when it handles something like a mode that could very easily need to be updated. The could should probably be used in multiple other places too!