-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
11 changed files
with
65 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 메시지와 인터페이스 정리본 | ||
|
||
## 협력과 메시지 | ||
> 정리본 링크: [Note.md](./Section%2001%20-%20협력과%20메시지/Note.md) | ||
## 인터페이스와 설계의 품질 | ||
> 정리본 링크: [Note.md](./Section%2002%20-%20인터페이스와%20설계의%20품질/Note.md) | ||
## 원칙의 함정 | ||
> 정리본 링크: [Note.md](./Section%2003%20-%20원칙의%20함정/Note.md) | ||
## 명령-쿼리 분리 원칙 | ||
> 정리본 링크: [Note.md](./Section%2004%20-%20명령-쿼리%20분리%20원칙/Note.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,4 @@ | ||
# 협력과 메시지 | ||
> 작성자: | ||
## 목차 |
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,4 @@ | ||
# 인터페이스와 설계의 품질 | ||
> 작성자: | ||
## 목차 |
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,4 @@ | ||
# 원칙의 함정 | ||
> 작성자: | ||
## 목차 |
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,4 @@ | ||
# 명령-쿼리 분리 원칙 | ||
> 작성자: | ||
## 목차 |
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,16 @@ | ||
# 객체 분해 정리본 | ||
|
||
## 프로시저 추상호와 데이터 추상화 | ||
> 정리본 링크: [Note.md](./Section%2001%20-%20프로시저%20추상화와%20데이터%20추상화/Note.md) | ||
## 프로시저 추상화와 기능 분해 | ||
> 정리본 링크: [Note.md](./Section%2002%20-%20프로시저%20추상화와%20기능%20분해/Note.md) | ||
## 모듈 | ||
> 정리본 링크: [Note.md](./Section%2003%20-%20모듈/Note.md) | ||
## 데이터 추상화와 추상 데이터 타입 | ||
> 정리본 링크: [Note.md](./Section%2004%20-%20데이터%20추상화와%20추상%20데이터%20타입/Note.md) | ||
## 클래스 | ||
> 정리본 링크: [Note.md](./Section%2005%20-%20클래스/Note.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,4 @@ | ||
# 프로시저 추상화와 데이터 추상화 | ||
> 작성자: | ||
## 목차 |
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,4 @@ | ||
# 프로시저 추상화와 기능 분해 | ||
> 작성자: | ||
## 목차 |
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,4 @@ | ||
# 모듈 | ||
> 작성자: | ||
## 목차 |
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,4 @@ | ||
# 데이터 추상화와 추상 데이터 타입 | ||
> 작성자: | ||
## 목차 |
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,4 @@ | ||
# 클래스 | ||
> 작성자: | ||
## 목차 |