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 1b5e166 commit a97214d
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 @@ -24,7 +24,7 @@ Spring provides predefined components for three main layers: data, domain, and p
* The data layer provides and manages data, acting as a single source of truth. This ensures data consistency and unidirectional data flow.

#### Presentation Layer's Role
* The view layer primarily focus on presenting data to the user and passing events to the data layer. It also observes data streams to update the UI as needed. This separation of concerns helps to keep the presentation layer clean and focused. In Spring Boot.
* The view layer primarily focus on presenting data to the user and passing events to the data layer. It also observes data streams to update the UI as needed. This separation of concerns helps to keep the presentation layer clean and focused.

#### Single Responsibility Principle
* Each layer and class has a well-defined purpose and structure. Data layer only provides data, domain layer applies data transformations and presentation layer only displays data. This makes the code easier to understand, maintain, and extend.
Expand Down

0 comments on commit a97214d

Please sign in to comment.