feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user