SEOct 22, 2018

Monorepos: A Multivocal Literature Review

arXiv:1810.09477v18 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work provides a systematic overview of monorepos for software developers and organizations considering their adoption, though it is incremental as it synthesizes existing literature rather than introducing new methods.

This study conducted a multivocal literature review to define monorepos, characterize their key features, and identify their benefits and challenges, finding that they simplify dependencies and enable cross-project coordination but increase codebase complexity and require tooling investments.

Monorepos (Monolithic Repositories) are used by large companies, such as Google and Facebook, and by popular open-source projects, such as Babel and Ember. This study provides an overview on the definition and characteristics of monorepos as well as on their benefits and challenges. Thereupon, we conducted a multivocal literature review on mostly grey literature. Our findings are fourfold. First, monorepos are single repositories that contain multiple projects, related or unrelated, sharing the same dependencies. Second, centralization and standardization are some key characteristics. Third, the main benefits include simplified dependencies, coordination of cross-project changes, and easy refactoring. Fourth, code health, codebase complexity, and tooling investments for both development and execution are considered the main challenges.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes