docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-17D3D3
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Domain Objects"
---
# [[Domain Objects]]
# [[Domain Objects|Domain Objects]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 도메인 객체(Domain Objects)는 비즈니스 개념을 표현하고 전사적인 비즈니스 규칙과 데이터 구조를 캡슐화하는 핵심 객체입니다 [1, 2]. 소프트웨어 아키텍처의 가장 중심부에 위치하며 프레임워크나 사용자 인터페이스(UI), 데이터베이스 등 외부 계층에 전혀 의존하지 않고 독립적으로 존재합니다 [1, 3]. 복잡한 비즈니스 로직을 명확하게 모델링하고 시스템의 근본적인 뼈대를 형성하는 데 필수적인 역할을 합니다 [1, 4].
@@ -25,11 +25,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Domain Objects"
- **정책 변화:** AI 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Domain-Driven Design]], [[Clean Architecture]], [[Entities]], [[Aggregates]]
- **Projects/Contexts:** [[쇼핑 애플리케이션 도메인 모델]]
- **Related Topics:** [[Domain-Driven-Design|Domain-Driven Design]], [[Clean Architecture|Clean Architecture]], [[엔티티 (Entities)|Entities]], [[애그리거트 (Aggregates)|Aggregates]]
- **Projects/Contexts:** 쇼핑 애플리케이션 도메인 모델
- **Contradictions/Notes:** 소스 내에서 도메인 객체에 대한 모순이나 상반된 주장은 존재하지 않으며, 일관되게 시스템의 핵심 비즈니스 로직을 캡슐화하고 외부 의존성으로부터 철저히 분리되어야 하는 대상으로 강조됩니다 [1-3].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/Domain Objects.md]]
- Raw Source: 00_Raw/2026-04-20/Domain Objects.md
---