Just a note - sometimes a little repetition is helpful when learning or teaching... At least that's what I tell myself when I find I am repeating myself :)
On Tue, 29 Nov 2016 at 10:13 Wouter In t Velt <[email protected]> wrote: > Thanks Max. I've taken out the somewhat repetitive paragraphs, to make the > article itself also more compact and readable :) > > As for using Dict, the exercise basically shows how to extract functions > by rolling your own List equivalent of Dict.update. > Using Dict from the start would be less clear for the example. > For collections where updating individual items is the dominant > operations, I would agree that a Dict is more suitable. > I have added a note about List vs Dict at the end. > > -- > 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. > -- 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.
