-
Notifications
You must be signed in to change notification settings - Fork 0
Extract common utility functions #1
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
Conversation
|
@all-contributors please add sandstreamdevelopment for business, financial, ideas |
|
I've put up a pull request to add @sandstreamdevelopment! 🎉 |
…eamdevelopment docs: add sandstreamdevelopment as a contributor
| @@ -0,0 +1,2 @@ | |||
| export default xs => | |||
| xs.filter((value, index, self) => self.indexOf(value) !== index); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, good to know the idea, which you had behind that function - definitely we are missing docs. So.. maybe we should add unique helper?
|
@all-contributors please add przemyslawzalewski for code, ideas |
|
I've put up a pull request to add @przemyslawzalewski! 🎉 |
|
@all-contributors please add jakubbogacz for ideas, review |
|
I've put up a pull request to add @jakubbogacz! 🎉 |
|
@all-contributors please add marekrozmus for review |
|
I've put up a pull request to add @marekrozmus! 🎉 |
This PR comes with a bunch of small utility functions extracted from our various projects. As the public API is not yet defined, this is more like a proof of concept to see if we can replace at least some of the duplicated helpers.