Hacker News new | ask | show | jobs
by grahamannett 2304 days ago
what? i don’t understand how this has anything to do with micro services vs monorepo, if you are using either and you update a particular something what is different between the two
1 comments

All of the content in a monorepo is versioned together, while microservices have their own independent versioning schemes and for this reason their interfaces can drift.