Category: github

While I generally prefer Multirepo approach for most of my projects, Monorepos do have their place. Particularly, in the DevOps world I use Monorepos to store collections of Dockerfiles — would be highly inefficient to have a separate repo for each.

Related Articles