alpacaaa / elm-to-purescript-cheatsheet

Purescript for Elm devs. 🚀
175 stars 14 forks source link

Consider separating spork examples #4

Open paluh opened 6 years ago

paluh commented 6 years ago

Just a suggestion.

I've found your examples (from elm-architecture dir) really useful and after reading some of them I'm nearly confident that they are really self-contained and that they can be used as examples in pure "purescript/spork context".

I'm not sure if there should be a link to them from spork docs or if you should extract them into separate repo (and link it from this repository) so they can be easily found by users which are not interested/familiar (like me) with elm. I'm sure that they have a lot of value outside of "elm to purescript context".

What do you think?

alpacaaa commented 6 years ago

Thanks for the input, I agree this might not be the best place for these examples. My rationale was that TEA is mostly appealing to people coming from Elm so sticking them here felt somewhat right. I didn't consider they might turn out to be useful to folks like you, so maybe a separate repo is best!