forcecraft / aion

An e-learning platform written in Elixir and Elm based on real-time gameplay
6 stars 0 forks source link

refactor(elm): Split update #213

Closed mrapacz closed 6 years ago

mrapacz commented 6 years ago

Summary I have done a lot of stuff here, but it all boils down to the main Update.elm and Msgs.elm. I have split these modules so that right now specific messages and updates are delegated to the submodules, thus allowing us to have clearer and more legible code.

As for the last three TODOs, I have created independent issues for dealing with them.

TODO

Related issues

56

Test plan manual

mrapacz commented 6 years ago

giphy