joystick
joystick copied to clipboard
Refactor all modules to use the action pattern
Doing a refactor to get testing up and running and noticing a good amount of inconsistency in how modules are written. For the sake of predictability and clarity, I'd like to use the action pattern for everything. Just need to be mindful of Promise-based actions vs. plain JS actions.