-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: understanding knowledge, naming page translated into Korean (#762)
* docs: understanding knowlege-types, naming page translated into Korean * docs: lnowledge-types, naming page feedback * fix: knownledge-types page text link add
- Loading branch information
Showing
2 changed files
with
91 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
i18n/kr/docusaurus-plugin-content-docs/current/about/understanding/naming.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
|
||
# ๋ค์ด๋ฐ (Naming) | ||
|
||
๊ฐ๋ฐ์๋ค์ ๊ฐ์ ๋์์ ๊ฐ์์ ๊ฒฝํ๊ณผ ๊ด์ ์ ๋ฐ๋ผ ๋ค๋ฅด๊ฒ ๋ถ๋ฅด๊ณค ํฉ๋๋ค. ์๋ฅผ ๋ค์ด: | ||
|
||
- UI ์ปดํฌ๋ํธ๋ฅผ "ui", "components", "ui-kit", "views" ๋ฑ์ผ๋ก ํํ | ||
- ๊ณตํต ์ฝ๋๋ฅผ "core", "shared", "app" ๋ฑ์ผ๋ก ์ง์นญ | ||
- ๋น์ฆ๋์ค ๋ก์ง์ "store", "model", "state" ๋ฑ์ผ๋ก ๋ช ๋ช | ||
|
||
## Feature-Sliced Design์ ํ์ค ๋ค์ด๋ฐ {#naming-in-fsd} | ||
|
||
FSD๋ ๋ค์๊ณผ ๊ฐ์ด ๋ช ํํ ๋ค์ด๋ฐ ๊ท์น์ ์ ์ํฉ๋๋ค: | ||
|
||
### Layers (๊ณ์ธต) | ||
- `app` | ||
- `processes` | ||
- `pages` | ||
- `features` | ||
- `entities` | ||
- `shared` | ||
|
||
### Segments (์ธ๊ทธ๋จผํธ) | ||
- `ui` | ||
- `model` | ||
- `lib` | ||
- `api` | ||
- `config` | ||
|
||
์ด๋ฌํ ํ์ค ์ฉ์ด๋ฅผ ์ฌ์ฉํ๋ฉด: | ||
- ํ ๋ด ์์ฌ์ํต์ด ๋ช ํํด์ง๋๋ค | ||
- ์๋ก์ด ํ์์ ์ ์์ด ์ฌ์์ง๋๋ค | ||
- ์ปค๋ฎค๋ํฐ์์ ์ง์ ๊ณต์ ๊ฐ ์ฉ์ดํด์ง๋๋ค | ||
|
||
## ๋ค์ด๋ฐ ์ถฉ๋ ํด๊ฒฐ {#when-can-naming-interfere} | ||
|
||
FSD ์ฉ์ด๊ฐ ํ๋ก์ ํธ์ ๋น์ฆ๋์ค ์ฉ์ด์ ์ค๋ณต๋ ์ ์์ต๋๋ค. ์์: | ||
|
||
- `FSD#process` vs ์ ํ๋ฆฌ์ผ์ด์ ์ ์๋ฎฌ๋ ์ด์ ํ๋ก์ธ์ค, | ||
- `FSD#page` vs ๋ก๊ทธ ํ์ด์ง, | ||
- `FSD#model` vs ์๋์ฐจ ๋ชจ๋ธ. | ||
|
||
### ์ฉ์ด ์ฌ์ฉ ๊ฐ์ด๋ | ||
|
||
1. ๊ธฐ์ ์ ์ปค๋ฎค๋์ผ์ด์ | ||
- FSD ์ฉ์ด ์ฌ์ฉ ์ "FSD" ์ ๋์ด ์ฌ์ฉ์ ๊ถ์ฅํฉ๋๋ค | ||
- ์: "์ด ๊ธฐ๋ฅ์ FSD features ๊ณ์ธต์ผ๋ก ์ด๋ํ๋ ๊ฒ์ด ์ข๊ฒ ์ต๋๋ค" | ||
|
||
2. ๋น๊ธฐ์ ์ ์ปค๋ฎค๋์ผ์ด์ | ||
- FSD ๊ด๋ จ ์ฉ์ด ์ฌ์ฉ์ ํผํ๊ณ ์ผ๋ฐ์ ์ธ ๋น์ฆ๋์ค ์ฉ์ด ์ฌ์ฉ | ||
- ์: ์ฝ๋ ๊ตฌ์กฐ ๋์ ๊ธฐ๋ฅ์ด๋ ๋ชฉ์ ์ค์ฌ์ผ๋ก ์ค๋ช | ||
|
||
## ์ฐธ๊ณ {#see-also} | ||
|
||
- [(ํ ๋ก ) Naming์ ์ ์์ฑ][disc-src] | ||
- [(ํ ๋ก ) Entities Naming ์ค๋ฌธ์กฐ์ฌ][disc-naming] | ||
- [(ํ ๋ก ) "processes" vs "flows" vs ...][disc-processes] | ||
- [(ํ ๋ก ) "model" vs "store" vs ...][disc-model] | ||
|
||
[disc-model]: https://github.com/feature-sliced/documentation/discussions/68 | ||
[disc-naming]: https://github.com/feature-sliced/documentation/discussions/31#discussioncomment-464894 | ||
[disc-processes]: https://github.com/feature-sliced/documentation/discussions/20 | ||
[disc-src]: https://github.com/feature-sliced/documentation/discussions/16 |