Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Benefits and Challenges of Clean Architecture

Anjali Sharma answered on February 2, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • What is one of the benefits of using Clean Architecture?
  • DEMO: Clean Architecture Code Review

  • Benefits and Challenges of Clean Architecture

    0

     Infrastructure: these are the external elements with which the application communicates, both input and output:

    Entry points: an API with REST or GraphQL, messaging with RabbitMQ or via the command line, etc.

    Exit points: a relational database with PostgreSQL, non-relational with MongoDB, or also sending messages with RabbitMQ, etc.

    – Application/Use Cases: it deals with the evaluation of business rules and decision making. They contain the rules that give meaning to the application. Use cases direct the flow to the entities and orchestrate them to accomplish the business.

    – Domain: it responds to the application data model, domain services, interfaces, etc. Entities are the defined models that interact in the system; they must be abstract enough to be used by multiple applications in the business.

    https://www.mytaskpanel.com/the-5-advantages-of-using-a-clean-architecture-all-you-need-to-know/

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 02 2023
    Anjali Sharma
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.