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

Pain Points of Clean Architecture

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

Contents


More Related Answers

  • What is one of the drawbacks of using Clean Architecture?

  • Pain Points of Clean Architecture

    0

    Context Switching

    When we were working on a feature and needed to work on

    any combination of data access, domain or application logic,

    we had to switch contexts into different software project.

    ▪ We had to remember and re-visit codes from other folder

    and continue with totally different code base. The folder

    structure requires DDD-bounded contexts approaches.

    ▪ Vertical Slices

    When adding a feature in an application, we are developing

    into almost all layers in the application code.

    ▪ Changing the user interface, adding new Use Case classes

    into Application Layer, adding fields to models, modifying Data

    Access Codes, and so on.

    ▪ So that means we are highly couple with vertically slice

    when developing features.

    https://dev.to/bosepchuk/why-i-cant-recommend-clean-architecture-by-robert-c-martin-ofd

    Popularity 1/10 Helpfulness 3/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.