Another fact that annoys me about monorepo is the versioning of the components. 
There is no right or wrong here, just preferences.

In the monorepo scenario you’ll have subcomponents released and they (usually) 
will all have matching version numbers.
This is easy to figure out what you should use :) that’s good
Sometimes there will be a new release of some component where the only thing 
changing is the version number :( this is a bit of a waste.

Going monrepo you may maintain a version number coherence and over-release some 
components.
Going multirepo may mean decoupling those version numbers, as you only cut a 
release when there is something new to release in a subcomponent.

I am personally on the multiple repo side and decoupling of version numbers. 
But I appreciate the coherence of having a single version number to refer too.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/5F867FEB-174A-4970-B1E4-DC0E993A0374%40gmail.com.

Reply via email to