-
Notifications
You must be signed in to change notification settings - Fork 234
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
domain specific / break up into smaller modules #10
Comments
Hmm, maybe you have a point. I'm trying to think of the best way to manage all of the individual subcomponents, I suppose I could just use Git submodules and have a Makescript pull the latest from each one to build |
i'd just make them regular component deps and re-export their methods |
then |
I'm still a huge fan of doing this. Just not willing to make the time because of other priorities ATM. Will address in the future. |
might be worth breaking this into a few smaller ones and adding them as deps for string.js.
for example https://github.com/component/trim is domain-specific, vs a mixed bag of utils. mixed bags are fine if you plan on using them all etc, but there's no reason we can't split these up so it's more useful as deps to other components
few good candidates:
The text was updated successfully, but these errors were encountered: