Skip to main content
add tag clean-architecture
Source Link
doubleYou
  • 2.9k
  • 1
  • 14
  • 26

I'm thinking about adopting the clean architecture. the

The main thing in this architecture, as I understand it, is the dependency flow from top to bottom. so So the first thing that I asked myself is: what would be the cost to change the bottom layers  (i.e Entities)? thisThis layer will have lots of dependencies, and by changing it I will have to change all the layers up to the top. 

Am I right or I'mam I missing something?

I'm thinking about adopting the clean architecture. the main thing in this architecture as I understand it is the dependency flow from top to bottom. so the first thing that I asked myself is what would be the cost to change the bottom layers(i.e Entities)? this layer will have lots of dependencies and by changing it I will have to change all the layers up to the top. Am I right or I'm missing something?

I'm thinking about adopting the clean architecture.

The main thing in this architecture, as I understand it, is the dependency flow from top to bottom. So the first thing that I asked myself is: what would be the cost to change the bottom layers  (i.e Entities)? This layer will have lots of dependencies, and by changing it I will have to change all the layers up to the top. 

Am I right or am I missing something?

Source Link
Ofek Regev
  • 181
  • 1
  • 6

Clean Architecture Dependencies

I'm thinking about adopting the clean architecture. the main thing in this architecture as I understand it is the dependency flow from top to bottom. so the first thing that I asked myself is what would be the cost to change the bottom layers(i.e Entities)? this layer will have lots of dependencies and by changing it I will have to change all the layers up to the top. Am I right or I'm missing something?