Skip to content

Commit 8926bfe

Browse files
committedAug 17, 2021
docs: Update README.md
1 parent 5d12277 commit 8926bfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ In this project, I used `view models` to tranform lots of data from the model an
2323

2424
The VIPER architecture is based on the single responsibility principle (S.O.L.I.D.) which leads us to the theory of a clean architecture.
2525

26-
Using this architecture one can easily test at the boundaries between each layers. One feature, one module. For each module VIPER has six (sometimes four) different classes with distinct roles. VIPER makes the code easier to isolate dependencies and to test the interactions at the boundaries between layers.
26+
Using this architecture one can easily test at the boundaries between each layers. One feature, one module. For each module VIPER has five (sometimes six) different classes with distinct roles. VIPER makes the code easier to isolate dependencies and to test the interactions at the boundaries between layers.
2727

2828
### Structure
2929

3030
![2](./image/2.png)
3131

32+
![10](./image/10.png)
33+
3234
![3](./image/3.png)
3335

3436
![4](./image/4.png)

‎image/10.png

146 KB
Loading

0 commit comments

Comments
 (0)