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
+3 -3
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-FACTORY
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.00
tags: [DesignPatterns, Factory, OOP, Abstraction]
last_reinforced: 2026-04-20
@@ -21,5 +21,5 @@ last_reinforced: 2026-04-20
- 팩토리 패턴은 코드의 유연성을 높이지만, 단순한 객체 생성에도 팩토리를 도입하면 클래스 수가 많아지고 구조가 복잡해지는 '클래스 폭발'을 유발할 수 있다. 객체 생성 로직이 복잡하거나 타입에 따라 분기가 빈번할 때만 선택적으로 사용하는 것이 좋다.
## 🔗 지식 연결 (Graph)
- Related: [[Dependency-Injection]] , [[Abstract-Factory-Pattern]]
- Concept: [[Encapsulation]]
- Related: [[Dependency-Injection]] , Abstract-Factory-Pattern
- Concept: Encapsulation