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-DTO
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 0.99
|
||||
tags: [SoftwareEngineering, DesignPatterns, DTO, Performance]
|
||||
last_reinforced: 2026-04-20
|
||||
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-20
|
||||
- 엔티티와 DTO가 거의 동일한 경우가 많아 '중복 코드'라는 비판을 받기도 한다. 하지만 시스템이 커질수록 엔티티의 변경이 API 스펙을 강제로 바꾸는 대참사를 막기 위해 이 분리는 필수적인 보험이다. 최근에는 AutoMapper 같은 도구로 이 변환 과정을 자동화하거나, Java의 `record` 같은 간결한 문법을 활용한다.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Related: [[Domain-Driven-Design (DDD)]] , [[Software-Architecture]]
|
||||
- Contra: [[Active-Record-Pattern]]
|
||||
- Related: Domain-Driven-Design (DDD) , Software-Architecture
|
||||
- Contra: Active-Record-Pattern
|
||||
|
||||
Reference in New Issue
Block a user