Re: [elm-discuss] 1st newbie question - how to decompose the unwieldy Msg and Update

2017-03-09 Thread Alex Rice
Thanks Peter and Witold - those are some good resources. > > -- 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 elm-discuss+unsubscr...@googlegroups.com. For more op

[elm-discuss] Re: elm + reactive programming

2017-03-09 Thread Alex Rice
On Thursday, March 9, 2017 at 7:52:20 AM UTC-7, Răzvan Cosmin Rădulescu wrote: > > Hey Alex. I've seen the post, but isn't any helpful. About the time travel > debugger, that just records state as it changes, the idea of reactive > objects is to be able to transform this state (not just presen

[elm-discuss] 1st newbie question - how to decompose the unwieldy Msg and Update

2017-03-09 Thread Alex Rice
Hi all, I am new to Elm, and functional programming, and have been reading through all the docs and tutorials. One question that keeps cropping up for me is: How do you break up the Msg union type and the update function into logical, manageable and editable pieces in a large Elm project? typ

[elm-discuss] Re: elm + reactive programming

2017-03-09 Thread Alex Rice
Hey, I am also very new to Elm, but just had a couple of thoughts. Isn't the Time Travel Debugger an example of operations involving time? Also, did you see this blog post about reactive programming? http://elm-lang.org/blog/farewell-to-frp -- You received this message because you are subscr