Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion TOPICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
| --- | --- | --- | --- | --- | --- |
| §11.1 | **클린 코드는 왜 여전히 필요한가** | `sections/11-1-clean-code-in-the-ai-era.qmd` | 이름, 함수 길이, 주석, 중복 제거를 사람이 읽기 쉽고 AI도 안전하게 수정할 수 있는 코드의 관점에서 다시 살펴본다. | 공인진 | 조사 중 |
| §11.2 | **패턴은 언제 도움이 되고 언제 짐이 될까** | `sections/11-2-solid-patterns-and-overengineering.qmd` | SOLID 원칙과 디자인 패턴이 수정 가능성을 높이는 경우와 불필요한 복잡성을 만드는 경우를 구분한다. | 김진웅 | 조사 중 |
| §11.3 | **AI가 이해할 수 있는 코드 경계** | `sections/11-3-abstraction-information-hiding.qmd` | 추상화와 정보 은닉을 바탕으로, 에이전트가 코드베이스를 이해하고 안전하게 변경할 수 있는 모듈 경계를 설계한다. | | 미배정 |
| §11.3 | **AI가 이해할 수 있는 코드 경계** | `sections/11-3-abstraction-information-hiding.qmd` | 추상화와 정보 은닉을 바탕으로, 에이전트가 코드베이스를 이해하고 안전하게 변경할 수 있는 모듈 경계를 설계한다. | 이진원 | 조사 중 |

### 12장 개발 방법론은 어떻게 달라지는가 (담당: 박혜원, 원종빈, 이현민)

Expand Down
2 changes: 1 addition & 1 deletion ko/contributors.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ authoritative-lang: ko
- 10장:

제4부
- 11장: 공인진, 김진웅,
- 11장: 공인진, 김진웅, 이진원
- 12장:
- 13장: 박준수, 송우정, 양호열

Expand Down
Loading