Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWhy not use lerna and have all the modules under a single repo ? #1217
Comments
This comment has been minimized.
This comment has been minimized.
|
The modules are inter-dependent, but are also independent. Rarely does it happen that an update on one means update on the other. |
This comment has been minimized.
This comment has been minimized.
|
But When It does one has to create a pull request on the first repo get it merged then create a pull request on the second repo. Don't you think it would discourage contributions ? and I don't think It is so rare. |
This comment has been minimized.
This comment has been minimized.
|
Changes to each module need to be submitted apart, however, I see the benefit while releasing at the same time, but again, that rarely happens in webtorrent, we need to keep things simple and avoid too much tooling, it's fatiguing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think having all the modules under one repo helps development because these modules are inter-dependent. especially when there are changes that has to made across these modules.
So why not use lerna ?