-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
either.js missing #5
Comments
I shall. In the meantime, I've been using folktale's data.either. I dig it very much. For the most up-to-date stuff checkout: |
Should mention, we just threw things in there to reduce complexity for the class. But it's got most of what we use in client work as deps |
https://github.com/DrBoolean/hardcorejs/blob/master/demos/step4/flickr.js one comment on style: instead privates with _ one might return object/function wich exposes wanted api |
ha nice. ramda and lambdajs expose a really nice curried api for doing pointfree stuff. Alternatively, lodash's chain and standard fantasyland api's turn into a scala-like approach. I tend to gravitate toward pointfree, but i'm crazy like that. The _ convention is totally lame. I typically do hide it and just expose the constructor, but in the class we used that convention throughout to flag the type vs the constructor so we could avoid using |
+1 |
Can you add either to instances?
you have it in
patterns_talk
BTW: +1 for pointfree
The text was updated successfully, but these errors were encountered: