One recurring message I've heard lately is to keep functions out of your model. For example, in the elm-sortable-table docs:
One of the core rules of The Elm Architecture is never put functions in > your Model or Msg types. I've been looking at a couple animation libraries, specifically http://package.elm-lang.org/packages/mdgriffith/elm-style-animation/latest and http://package.elm-lang.org/packages/mgold/elm-animation/latest These libraries are really nice to use, but both put functions in the model. Should I be concerned that this will cause me problems later (like when 0.18 comes out)? Are there animation libraries out there that avoid functions in models (or messages)? Thanks! -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
