Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: about Knowledge types page translated into Korean #759

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
sidebar_position: 3
sidebar_label: 프로젝트의 지식 유형
---

# 프로젝트의 지식 유형

모든 프로젝트는 다음과 같은 "지식 유형"으로 나눌 수 있습니다:

* **기본 지식**
알고리즘, 컴퓨터 과학, 프로그래밍 언어의 작동 원리, API 등 시간이 지나도 크게 변하지 않는 지식을 말합니다.

* **기술 스택**
프로그래밍 언어, 프레임워크, 라이브러리를 포함한 프로젝트의 기술 솔루션 세트에 대한 지식입니다.

* **프로젝트 지식**
현재 프로젝트에 특화된 지식으로, 이 프로젝트 외부에서는 활용도가 낮습니다. 하지만 새로운 팀원이 프로젝트에 효과적으로 기여하기 위해 꼭 필요합니다.

:::note

**Feature-Sliced Design**은 "프로젝트 지식"에 대한 의존도를 줄이고, 책임을 팀 전체에 분산시켜 새로운 팀원들의 온보딩을 더 쉽게 만드는 것을 목표로 합니다.

:::

## See also {#see-also}

- [(비디오) Ilya Klimov — 지식의 유형에 대하여][ext-klimov]

[ext-klimov]: https://youtu.be/4xyb_tA-uw0?t=249