-
Notifications
You must be signed in to change notification settings - Fork 12
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
variadic range() function #29
Comments
Is this supposed to be opposite of what lodash range function does? Naming it range might create a confusion i think, as the function intends to do is find the maximum difference. How about maxDifference() or something on that line? |
ahhh yes, good point. And it brings up a lot of other good points. I guess it depends on any given user's familiarity with lodash, and whether we consider namespacing as significant enough differentiation. Within the context of statistics, just spitballing right now. thoughts? |
Now I understand where you are coming from and agree to it. I like the idea of namespacing, lets have a standard and have it across. |
👍namespacing would be the cleaner implementation. |
So I've never really been involved in something like this before, but I guess the collaborators of the repo would need to do some planning ahead to figure out what categories of functions they expect to have and decide on a namespacing conventions ahead of time. Or else, just move forward and introduce namespaces as needed. Of course the latter would mean making breaking changes every time you introduce a new namespace |
I'd be glad to take this item if it is still available. |
@someyoungideas actually someone just submitted a pull request for this one. If you look in the readme there are some other opportunities that might interest you. If you find one just create an issue for it. |
Requesting help creating a variadic range() function that takes a series of numbers and returns the difference between the largest and smallest values
The text was updated successfully, but these errors were encountered: