• @kersplomp
    link
    62 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.

    • @dallen
      link
      02 months ago

      deleted by creator

    • @lysdexic
      link
      English
      -4
      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.

      • @kersplomp
        link
        12 months ago

        Because security through obscurity is not security at all.