77
Are monorepos really simpler?
(www.youtube.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
My team has a product repo and it’s fantastic. Instead of a monolithic repo across all teams, it’s limited to just the work my team does. About 5 applications and their related libraries and tools are all in the same repository, making it super simple to share related code amongst the 5 applications we maintain in it.
We have a couple other separate repos that have nothing to do with our applications (ELK stack and docusaurus)