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

consider splitting NPM package into a separate repo #60

Open
benma opened this issue Jan 17, 2024 · 1 comment
Open

consider splitting NPM package into a separate repo #60

benma opened this issue Jan 17, 2024 · 1 comment

Comments

@benma
Copy link
Contributor

benma commented Jan 17, 2024

This repo contains both the Rust package and the NPM package. To accomplish this, we are swimming against the tide quite heavily:

Now that we have all of this we could roll with it, but by now I got the feeling that we should have just done it in separate repos, where the NPM repo just includes the Rust package as a dependency. Then all the above workarounds become unnecessary.

The workarounds above incurs a mental overhead to anyone looking at this repo - separate repos would be straight forward to understand and work with.

Potential downside: development of new features could be a bit more difficult as one would have to use a dev-version of the Rust package in the NPM repo to develop a feature in both repos at once.

@benma
Copy link
Contributor Author

benma commented Jul 8, 2024

Some months later, I still think it would be beneficial to split it into two repos for clarity.

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

1 participant