I’ve heard it thrown around in professional circles and how everybody’s doing it wrong, so… who actually does use it?

For smaller teams

“scaled” trunk based development

  • Ismay@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    Yeah, the biggest problem is keeping up to date.

    That’s where the mono repo really shines. We have a folder for common stuff that everyone depends upon. A modification is automatically applied/compatible with every micro service. Really streamline the lib updates problem ^^