This is not an important thread :)

But...

One of the philosophies that comes up often in Elm is to just not be 
blocked by stuff.  I found an excellent example from Evan himself and 
wanted to share it.

Backstory: apparently he wanted to republish the evancz/elm-html package so 
that existing inbound links could lead people to the right location.  But 
he didn't want to have any functions in the modules because you shouldn't 
try to use them.  Of course, you can't do that and publish the modules. 
 This could be considered a blocker or cause consternation.  He came up 
with a fantastic solution that brought me joy when I happened on it, so I 
wanted to point it out :)

https://github.com/evancz/elm-html/blob/master/src/Html/Events.elm#L13 <-- 
this is the best example but all of the modules are pretty great :)
Here it is on the package site, not quite as great but 
close: http://package.elm-lang.org/packages/evancz/elm-html/5.0.0/Html-Events

Cheers!

Josh

-- 
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.

Reply via email to