[elm-discuss] Re: Design concepts. Too many Msg's?

2016-12-14 Thread Manu Rosa
Cheers Wouter! That's going to come in very handy. Great example of an app 
that's grown in complexity.

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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Design concepts. Too many Msg's?

2016-12-13 Thread Rex van der Spuy
One of the things I like most about Elm is how programs are organized 
around messages.
You can almost read them like a table of contents to your program, or like 
book chapters.
They act as a high-level map to your program, so the more the merrier :)

-- 
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 options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Design concepts. Too many Msg's?

2016-12-13 Thread Wouter In t Velt
Op dinsdag 13 december 2016 15:28:50 UTC+1 schreef Manu Rosa:
>
> ...I am curious as to what's the (communitie's) best practice to tackle 
> this.
>

Hi Manu,
One of the bigger examples (and my favorite) out there is the Time Tracker 
app: https://github.com/knewter/time-tracker
They use nested messages.
You may want to check that out.. 

-- 
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 options, visit https://groups.google.com/d/optout.