Skip to content

Commit

Permalink
🎨 [Style]: chapter 6,7 filt set-up (#8)(#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke0408 committed Aug 7, 2023
1 parent e24ab6c commit afd3c3f
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Chapter 06 - 메시지와 인터페이스/Note.md
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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 협력과 메시지
> 작성자:
## 목차
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 인터페이스와 설계의 품질
> 작성자:
## 목차
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 원칙의 함정
> 작성자:
## 목차
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 명령-쿼리 분리 원칙
> 작성자:
## 목차
16 changes: 16 additions & 0 deletions Chapter 07 - 객체 분해/Note.md
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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 프로시저 추상화와 데이터 추상화
> 작성자:
## 목차
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 프로시저 추상화와 기능 분해
> 작성자:
## 목차
4 changes: 4 additions & 0 deletions Chapter 07 - 객체 분해/Section 03 - 모듈/Note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 모듈
> 작성자:
## 목차
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 데이터 추상화와 추상 데이터 타입
> 작성자:
## 목차
4 changes: 4 additions & 0 deletions Chapter 07 - 객체 분해/Section 05 - 클래스/Note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 클래스
> 작성자:
## 목차

0 comments on commit afd3c3f

Please sign in to comment.