You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I know it was only just made in #150 but it could definitely be improved. The main two ways I can see this going are to split RequestHandler and EventListener into their own files, and potentially going even further, to split a sort of UpdateHandler out of RequestHandler.
The text was updated successfully, but these errors were encountered:
Could also get even more tricky and extract game state modification out of both EventListener and GameState into some common file, but that would understandably be quite difficult.
Yes, I know it was only just made in #150 but it could definitely be improved. The main two ways I can see this going are to split
RequestHandler
andEventListener
into their own files, and potentially going even further, to split a sort ofUpdateHandler
out ofRequestHandler
.The text was updated successfully, but these errors were encountered: