Skip to content

Commit f2e42d0

Browse files
committed
feat(mvp): enchance README
#2
1 parent bdcb79c commit f2e42d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

STRUCTURE.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ Project was structured by [Feature Driven Development](https://www.notion.so/Fea
88
- **shared resources** should not depend from **each other**
99
- all **needed** resources (store / async effects / components) - locate in `features/` dir
1010
- all **common used** resources (components / helpers / fixtures) - locate in `shared/` dir
11-
- about **premature optimization**
11+
- about **pre-optimization**
1212
- not need to strive to optimize modules for *changing*
1313
- because of we can't predict future
1414
- instead of this - *it's desirable* to optimize their for *deleting*
1515
- because of it's only one thing we know - that all code transform to chaos =)
1616
- and it's easier to refactor **totally (clean up)** only few modules, instead of one app totally
1717

18+
> [more details](https://www.notion.so/Summary-YouTube-Feature-Driven-Arhitecture-b8609fd4452b41f499703c841e56b8e9#63dfc5b35e534147b8296e1aa915ad2b)
19+
1820
## Folders
1921
```markdown
2022
└── src/ # Source files
@@ -34,7 +36,6 @@ Project was structured by [Feature Driven Development](https://www.notion.so/Fea
3436

3537
## Feature
3638

37-
**Feature - a self-contained user facing reusable complex building block
3839
**Feature** - a <u>self-contained</u>, <u>user-facing</u>, (maybe) <u>reusable</u> between pages and <u>complex logic</u> contained building block (module).
3940

4041
> More details - [here](https://www.notion.so/Summary-YouTube-Feature-Driven-Arhitecture-b8609fd4452b41f499703c841e56b8e9#18cb1679b2754951ae92627d371d1a88)

0 commit comments

Comments
 (0)