top | item 20150302

(no title)

revvx | 6 years ago

> My previous job was doing microservices for frontend and current job is doing monorepos. I prefer monorepo for frontend because:

I think you're misusing the term "monorepo", no? Monorepo is just a technique for organizing source control repositories. It's possible to have microservices AND monorepos.

You're probably thinking of "monolith".

https://en.wikipedia.org/wiki/Monorepo

discuss

order

swsieber|6 years ago

While I agree with your analysis, do we have a good word for lots of little repos?

ie microservices : monolith and ?? : monorepo

revvx|6 years ago

"Multirepo" is the term I see the most

msoad|6 years ago

You're right. At least for frontend they go hand in hand.