The Clean Architecture Entities — Describe the enterprise business rules or the business objects of the app, encapsulating the most general and high-level rules . They are the least likely to change when there are external changes. Use Cases — The app-specific business rules.
Read moreWhat is domain in clean architecture?
The domain layer is an optional layer that sits between the UI layer and the data layer . Figure 1. The domain layer’s role in app architecture. The domain layer is responsible for encapsulating complex business logic, or simple business logic that is reused by multiple ViewModels.
Read more