clean-architecture Questions

1

Solved

I have recently finished reading Clean Architecture book by Unckle Bob. There he wrote Three paradigms. Three constraints. Structured Programming imposes discipline on direct transfer of control. ...
Conspecific asked 27/6, 2022 at 12:8

0

I want to add Excel and PDF generator in my new Solution in dotnet core 6. I following this template: https://github.com/iammukeshm/CleanArchitecture.WebApi or https://codewithmukesh.com/blog/onion...
Cavuoto asked 10/6, 2022 at 3:23

3

I'm trying to follow Clean Architecture using Go. The application is a simple image management application. I'm wondering how to best design the interfaces for my Repository layer. I don't want to...

5

Solved

I'm experimenting with Nestjs by trying to implement a clean-architecture structure and I'd like to validate my solution because I'm not sure I understand the best way to do it. Please note that th...

1

Solved

I'm developing an Flutter App using Clean Architecture. Now i'm looking for a library or something else like ArchUnit. To test the architecture and to ensure the correct access of packages. How do ...
Lamplighter asked 11/2, 2021 at 13:36

1

First off, I present you the context. I am writing an api in C# and ASP.NET Core and I am trying to follow the clean architecture. In summary : I don't know where to put my exceptions. I have writ...
Vere asked 5/5, 2020 at 8:13

1

Solved

Currently I learn CQRS and DDD without Event Sourcing (not yet). I need to return from my repository to a query handler a model different from a domain model. Should I create a read model in a doma...

1

I have created a gallery app for learning. Images are fetched from different source like Pixabay, Unsplash, Imgur etc. I want to map each paging result to my own data called PhotoBO I am using Clea...

1

I am implementing clean architecture using the existing database, with scaffolding command I have generated the POCO entities in the Infrastructure layer and as well as manually created the entitie...

1

As in clean architecture, we have to define the Entities in Domain layer and Models in Data layer. Now the issue that i am facing is in converting the entities into models when we are passing that ...
Krick asked 4/8, 2021 at 13:34

1

I am working a asp.net core 6.0 WebAPI in a clean Architecture.https://github.com/jasontaylordev/CleanArchitecture There are 4 projects in this architecture. WebApi, Infrastructure, Application and...
Ladyfinger asked 5/1, 2022 at 17:56

2

Solved

I'm trying to learn MVVM to make my app's architecture more clean. But I'm having a hard time grasping how to create a "Domain" layer for my app. Currently this is how the structure of my...
Aversion asked 14/12, 2021 at 18:14

3

I am building an Android app following the Clean Architecture Principles. Here is what I've got: app module: Contains all the Android dependencies. Uses MVVM with ViewModel from the arch component...

0

I am trying to follow the Clean Architecture via this YouTube tutorial and because of that I have a set of models objects in the data layer that extends the entities objects. Since I have many mode...
Veracruz asked 17/10, 2021 at 12:9

2

Solved

I've created feature packages for every part of my application and my project structure looks like this : app core features main domain data ui feature1 domain entities entity1 entity2 ...
Jacquelinejacquelyn asked 23/11, 2020 at 15:56

2

Solved

I'm developing an Android app whose architecture is based on Uncle's Bob Clean Architecture, and I've already implemented many of my UseCases/ Interactors without problems until now. I have the fol...
Funnel asked 22/4, 2016 at 19:30

2

I'm currently working on a .NET 5 app that is using a layered architecture (Web / Application / Infrastructure / Domain). If I am to follow the onion/clean architecture pattern, the dependencies sh...
Mush asked 2/7, 2021 at 14:53

1

I have a question regarding the "Use Case Output Port" in Uncle Bob´s Clean Architecture. In the image, Uncle Bob describes the port as an interface. I am wondering if it has to be that way or if ...

4

Considering the Clean Architecture definition, and especially the little flow diagram describing relationships between a controller, a use case interactor, and a presenter, I'm not sure if I correc...
Turdine asked 28/8, 2017 at 14:57

6

Solved

As per clean architecture, design Interactor is part which contains all business logic. The term Interactor is quite confusing to me. Interactor seems to me like interacting between two different l...

3

Solved

I want to implement Single Responsibility principle in my projects Domain layer (Clean MVVM). I've approximately 200 different use-cases which are being very hectic to manage. Now I'm thinking to c...

1

Solved

i'm trying to implement WebSocket in flutter using clean architecture my problem is how to get data from data source cuz in the case of using rest APIs you simply request and await data and get it ...
Estrange asked 7/1, 2021 at 14:36

2

Solved

I'm reading a lot about hexagonal architecture, but in all the examples that i'm looking, all folders and class ubication are different, and this looks a bit confusing to me. I've done a simple sp...

2

Solved

I am migrating an application to MVVM and clean architecture, and I am missing one part of the puzzle. The problem domain: List all applications on device and display them in the Fragment / Activit...

2

Solved

I'm relatively new to clean architecture and I have some questions about using CA for backend spring project. Does the application must(is it a good practice to CA) be modularized or can it be one...

© 2022 - 2024 — McMap. All rights reserved.