I'd actually say the opposite, underuse of let is an anti-pattern, and functional programmers are particularly guilty of writing one long unreadable expression. Let breaks things up nicely, and each variable name serves as a nice "comment" describing what the intermediate expression does.
On Tue, Oct 4, 2016 at 1:42 PM, Richard Feldman <[email protected] > wrote: > I think this is totally fine. Nothing to worry about. :) > > -- > 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.
