Re: [elm-discuss] Do the counters in the Guide teach us a wrong scaling approach?

2016-08-30 Thread Mark Hamburg
On Aug 30, 2016, at 12:42 AM, Peter Damoc wrote: > > There is an old Zen saying: > Flat is better than nested. > > This means that if you have a choice, prefer the flat one. It doesn't mean > that everything should be flat but that flat should be preferred. Nested may, however, be more amen

Re: [elm-discuss] Do the counters in the Guide teach us a wrong scaling approach?

2016-08-30 Thread Peter Damoc
On Sun, Aug 28, 2016 at 2:02 PM, Wouter In t Velt wrote: > Curious to learn what everyone here thinks: > Do the multiple counters example teach us a wrong scaling approach? Or it > it just my react-flux instinct getting in the way? Or did I interpret the > examples in the guide in the wrong way?

[elm-discuss] Do the counters in the Guide teach us a wrong scaling approach?

2016-08-28 Thread Wouter In t Velt
Something I have been struggling with for quite some time (coming from React and Flux) is how to scale. There are various posts on this forum related to the topic, e.g. Design of large elm apps , parent child communication