• @[email protected]
    link
    fedilink
    510 months ago

    Should have explained my viewpoint. Most startups should not do micro services.

    Using linting to prevent coupling between modules can give you some of the benefits of micro services without going all in.

    • @lysdexic
      link
      English
      210 months ago

      Using linting to prevent coupling between modules can give you some of the benefits of micro services without going all in.

      My point was that modularizing an application and decoupling components does not, by any mean, give any of the benefits of microservices.

      The benefits of microservices are organizational and operational independence. Where do you see coupling between components to play a role in any of these traits?