We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I generally like the well-known "small focused modules" philosophy: https://blog.sindresorhus.com/small-focused-modules-9238d977a92a
For example, I think it would be nice to publish small focused modules or packages from react-recompose ref: react-recompose/react-recompose#30
react-recompose
OTOH I have seen cases where utility functions are so small that we may as well use them by copy-and-paste.
One alternative is using macros. I have identified multiple solutions for macros in JavaScript in #35.
Another question is dealing with ownership, copyright, and licensing when using boilerplate code, template code, or snippets. See #36.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I generally like the well-known "small focused modules" philosophy: https://blog.sindresorhus.com/small-focused-modules-9238d977a92a
For example, I think it would be nice to publish small focused modules or packages from
react-recompose
ref: react-recompose/react-recompose#30OTOH I have seen cases where utility functions are so small that we may as well use them by copy-and-paste.
One alternative is using macros. I have identified multiple solutions for macros in JavaScript in #35.
Another question is dealing with ownership, copyright, and licensing when using boilerplate code, template code, or snippets. See #36.
The text was updated successfully, but these errors were encountered: