Style - xarvh/squarepants GitHub Wiki
Nudging
Why doesn't Elm split init between an initModel and an initCmd?
---> Because in this way the code user is forced to deal with both, making it harder for them to forget one.
Why doesn't Elm split init between an initModel and an initCmd?
---> Because in this way the code user is forced to deal with both, making it harder for them to forget one.