Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonShapovalov authored Dec 22, 2024
1 parent a97214d commit 9fb7851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Spring provides predefined components for three main layers: data, domain, and p
* This is a core principle of clean architecture. The domain layer encapsulates the core business rules and logic, independent of any external frameworks or technologies. This makes it easier to test and maintain.

#### Unit Testability
* The absence of external dependencies in the domain layer makes it easier to write unit test that quickly and reliably verify the correctness of the business logic.
* The absence of external dependencies in the domain layer makes it easier to write unit tests that quickly and reliably verify the correctness of the business logic.

#### Data Layer as a Single Source of Truth
* The data layer provides and manages data, acting as a single source of truth. This ensures data consistency and unidirectional data flow.
Expand Down

0 comments on commit 9fb7851

Please sign in to comment.