feat: 전 챕터 원문 핵심 섹션 추가 + Devil's Advocate 수정#14
Closed
jangwonyoon wants to merge 4 commits intomainfrom
Closed
Conversation
각 챕터 Verdict 앞에 ### 📖 원문 핵심 서브섹션 삽입. 책을 읽지 않은 독자도 McConnell 주장 파악 후 판정으로 이어질 수 있게. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Ch5-6 (2-design.mdx): 설계 원칙, ADT, 캡슐화 - Ch7-9 (1-routines.mdx): 루틴 품질, 방어적 프로그래밍, PPP - Ch20-23 (2-quality.mdx): 품질 전략, 협업 구축, 개발자 테스팅, 디버깅 - Ch24-26 (1-refactoring.mdx): 리팩터링, 코드 튜닝 전략/기법 - Ch31-34 (2-craftsmanship.mdx): 레이아웃, 자기문서화, 개인 성격, 장인정신 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- docs/plans/ 삭제 (로컬 개발서버가 픽업해 깨진 링크 에러) - docs/brainstorms/ 삭제 (docs/ 밖 plans/brainstorms/ 에 위치해야 함) - .gitignore에 /docs/plans/, /docs/brainstorms/ 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
### 📖 원문 핵심섹션 추가 (PDF 병렬 에이전트)DevilsAdvocate author="unknown"→ 각 주장 테제 문구로 교체docs/plans/,docs/brainstorms/Docusaurus 빌드 에러 수정 및 gitignore 추가변경 파일
docs/foundations/1-construction.mdx— Ch1-4 원문 핵심 + Devil's Advocate 수정docs/foundations/2-design.mdx— Ch5-6 원문 핵심docs/good-code/1-routines.mdx— Ch7-9 원문 핵심docs/good-code/2-quality.mdx— Ch20-23 원문 핵심docs/growth/1-refactoring.mdx— Ch24-26 원문 핵심docs/growth/2-craftsmanship.mdx— Ch31-34 원문 핵심.gitignore—/docs/plans/,/docs/brainstorms/추가Test plan
npm run build통과 확인### 📖 원문 핵심섹션이<Verdict>위에 렌더링되는지 확인🤖 Generated with Claude Code