• kersplomp@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    I’ve been a big fan of monorepos because it leads to more consistent style and coding across the whole company. It makes the code more transparent so you can see what’s going on with the rest of the company, too, which helps reduce code islands and duplicated work. It enables me to build everything from source, which helps catch bugs that would only show up in prod due to version drift. It also means that I can do massive refactorings across the company without breaking anything.

    That said, tooling is slowly improving for decentralized repos, so some of these may be doable on git now/soon.

    • lysdexic@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      6
      ·
      edit-2
      2 months ago

      (…) you can see what’s going on with the rest of the company, too.

      That’s a huge security problem.

      Edit for those who are down voting this post, please explain why you believe that granting anyone in the organization full access to all the projects used across all organizations does not represent a security problem.