Skip to main content
added 5 characters in body
Source Link
Glorfindel
  • 3.2k
  • 6
  • 28
  • 34

ItsIt's assumed, that clean architecture is used in business heavy applications. Where, where use cases are mapped to business rules. In cruda CRUD app it's over engineering-engineering. Here you can use facade and map requestrequests directly to the db entity. When logic growthsgrows, refactor and extract use cases, validators, domain objects etc..

Its assumed, that clean architecture is used in business heavy applications. Where use cases are mapped to business rules. In crud app it's over engineering. Here you can use facade and map request directly to db entity. When logic growths, refactor and extract use cases, validators, domain objects etc..

It's assumed that clean architecture is used in business heavy applications, where use cases are mapped to business rules. In a CRUD app it's over-engineering. Here you can use facade and map requests directly to the db entity. When logic grows, refactor and extract use cases, validators, domain objects etc..

Source Link

Its assumed, that clean architecture is used in business heavy applications. Where use cases are mapped to business rules. In crud app it's over engineering. Here you can use facade and map request directly to db entity. When logic growths, refactor and extract use cases, validators, domain objects etc..