In this post, we will see how to resolve Multiple CRUD use cases in a use case diagram Question: I have seen examples of people representing CRUD use cases in use case diagrams as “Manage X”, but I wanted to ...
Question: in the clear architecture, what uncle bob suggested. I have a lot of questions about how to correctly distribute the responsibility. it seems that there is no relationship between controller and presenter. the controller’s job is to take the ...
Question: in the case of real large project, i have decided to use clean architecure inside each feature module of my application separately, preventing to have one Giant domain and data layer against too many features. Now , I’m thinking ...