-
Notifications
You must be signed in to change notification settings - Fork 75
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
CONTRIBUTING.md #147
Comments
I would suggest creating an issue for quick discussion, and then PRing it. Sorry for not having a Random side note: |
In general, map utils fit in great w/ 101. There are typically, more in-depth discussions for more complex utils. Same goes w/ any utils that can be created by a composition. I know you're really active w/ OSS (We've chatted a few times and I've seen you're github activity), so I would love to have a smart person like you help me make these decisions. |
👎 on this: it gives the impression that there are non-immutable methods in 101, which there shouldn't be! |
could prepend all mutable methods instead |
I'd like to know how I can contribute additional functions.
Do I just create a new module?
What about updating the readme—is that automatically extracted from module docs?
(Specifically, I'd love a
101/reverse
as an immutable version of Array.prototype.reverse :))The text was updated successfully, but these errors were encountered: