top | item 33602850

(no title)

hderms | 3 years ago

Imo there's a huge distinction between microservices in a monorepo or microservices where there are 100s or thousands of git repos.

Monorepo can be much easier as you can at least verify the given build is consistent.

Monoliths don't completely avoid the problem of version compatibility, they just reduce it to a more clear layer of external clients and compatibility between N-1th release and Nth release. That's certainly worth it in the early stages of a project

discuss

order

No comments yet.