Y
Hacker News
new
|
ask
|
show
|
jobs
by
wnoise
1482 days ago
Well, if they're actually independent, clearly those shouldn't be in the same repository...
3 comments
t0astbread
1482 days ago
"Independently usable" does not have to mean "totally independent". The libraries could be related to the same product using the same infrastructure.
link
howinteresting
1482 days ago
That doesn't follow. Why should they not be in the same repository? They may be related but independently usable.
link
tricky777
1482 days ago
mono repo approach (or something to that direction)
link
jrochkind1
1481 days ago
Do people use a mono repo approach with different parts of the repo having different version numbers? The way I thought of it, the whole point of mono repo is not that.
link
howinteresting
1481 days ago
Sometimes, yes. Monorepos use monolithic versioning internally, but they may use semantic versioning when publishing libraries.
link