feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-B860D8
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -32,11 +32,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 단일 책임 원칙 (Single R
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[객체 지향 프로그래밍(OOP)]], [[SOLID 원칙]], [[응집도(Cohesion)]]
- **Related Topics:** [[객체 지향 프로그래밍(OOP)]], [[SOLID 원칙]], 응집도(Cohesion)
- **Projects/Contexts:** [[프론트엔드 컴포넌트 설계]], [[객체 지향 소프트웨어 아키텍처 설계]]
- **Contradictions/Notes:** 단일 책임 원칙(SRP)과 관심사의 분리(SoC)는 종종 같은 의미로 혼용되거나 비교되지만, 적용되는 추상화 수준에서 차이가 있습니다. SoC는 더 넓은 의미의 기능적 관심사를 모듈이나 아키텍처 계층 수준에서 분리하는 것에 초점을 맞추는 반면, SRP는 가장 작은 단위인 개별 클래스나 함수가 가지는 책임과 변경의 이유를 하나로 제한하는 데 집중합니다 [3].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/단일 책임 원칙 (Single Responsibility Principle).md]]
---