feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: CS-OOP-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [computer-science, software-engineering, oop, solid, encapsulation, design-patterns]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Object-Oriented Programming (OOP, 객체 지향 프로그래밍)]]
|
||||
# Object-Oriented Programming (OOP, 객체 지향 프로그래밍)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "데이터와 행위를 하나의 '객체'라는 유기체로 묶고, 이들의 소통과 연합으로 거대하고 견고한 소프트웨어 제국을 건설하라" — 프로그램을 단순히 명령어의 나열이 아닌 독립된 단위인 '객체'들의 집합으로 파악하여 유연성과 재사용성을 극대화하는 프로그래밍 패러다임.
|
||||
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트의 모든 에이전트 스킬과 데이터 핸들러는 SOLID 원칙을 준수하는 OOP 아키텍처로 설계되어 있어, 새로운 기능 추가 시 기존 코드의 수정 없이 확장이 가능함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Iterative-Development-Models]], [[Microservices-Architecture]], [[System-Design-for-AI-Scale]], [[Design-Patterns-in-AI]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Object-Oriented-Programming.md]]
|
||||
- [[Iterative-Development-Models]], [[Microservices-Architecture]], System-Design-for-AI-Scale, Design-Patterns-in-AI
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Object-Oriented-Programming.md
|
||||
|
||||
Reference in New Issue
Block a user