Conversation
|
I wrote it, only in response to #168. I don't have a strong attachment to it, but I do like having some answer to the question "does Ramda provide a |
|
|
@kedashoe: It's hard to think of that 100-line sample as the answer to how you'd create one yourself, though. |
I see, not so much an example as something you want users to be able to add to R if they want. My suggestion does indeed seem the wrong place then! |
Exactly. This function is a little too specialized, and frankly a little too large, to comfortably fit in Ramda itself. That's why we have an extension. But I'm sympathetic to @davidchambers' point that it still feels an odd fit, perhaps not the |
|
Even the shuffle function seems out of place to me. It would be nice to be able to say Ramda functions are referentially transparent without caveats. |
|
That version of |
Oh I see! That addresses my concern. Feel free to close this pull request. |
|
Let's leave it for a day or two for others' input. It's a reasonable question. Not many people really want to use a So let's think about this for a bit. |
|
Crickets I say we cut it. :) |
I've nothing against this code, but it doesn't belong in Ramda. It should be a standalone package in its own repository. Do others agree?