Skip to content
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

standalone components #139

Closed
Dakkers opened this issue Feb 17, 2015 · 5 comments
Closed

standalone components #139

Dakkers opened this issue Feb 17, 2015 · 5 comments

Comments

@Dakkers
Copy link
Contributor

Dakkers commented Feb 17, 2015

mentioned briefly in #113. it would be nice to be able to have each component of the repo be separate. not all users care about statistics and matrix operations. some questions arise:

  1. do we remove the dependencies of a component? e.g. statistics depends on basic. (solution to this is to copy and paste the functions required but don't expose them to exports)
  2. do we create a separate repository for each component?

the problem from 2) is that how do we merge all of this into one large module? I'm sure this isn't too difficult, I am just unaware of any library that does this.

@KartikTalwar
Copy link
Member

I'm personally not in favor of this approach. I think it's already been solved by having individual files for each component and they all get compiled to numbers.js

@sjkaliski
Copy link
Member

+1 @KartikTalwar

@Dakkers
Copy link
Contributor Author

Dakkers commented Feb 17, 2015

that's understandable. I was thinking simply for the client-side, so that the file size isn't as large.

@KartikTalwar
Copy link
Member

numbers.min.js should solve that (25kb)

@Dakkers
Copy link
Contributor Author

Dakkers commented Feb 17, 2015

🍔 👍

@Dakkers Dakkers closed this as completed Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants