35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
---
|
|
id: wiki-2026-0508-라이브러리-및-확장-가능한-코드베이스
|
|
title: 라이브러리 및 확장 가능한 코드베이스
|
|
category: 10_Wiki/Topics
|
|
status: duplicate
|
|
canonical_id: wiki-2026-0508-enterprise-scale-monorepo-management
|
|
duplicate_of: "[[Enterprise-Scale-Monorepo-Management]]"
|
|
aliases: [Library Design, Extensible Codebase, 확장 가능한 코드베이스]
|
|
source_trust_level: A
|
|
confidence_score: 0.9
|
|
verification_status: redirected
|
|
tags: [duplicate, library, architecture, extensibility]
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
---
|
|
|
|
# 라이브러리 및 확장 가능한 코드베이스
|
|
|
|
> **이 문서는 [[Enterprise-Scale-Monorepo-Management]] 의 중복본입니다.** Canonical 문서로 redirect.
|
|
|
|
## 매 핵심 요약 (specialization aspects)
|
|
- 매 library design: 매 minimal API surface + 매 stable public contract + 매 semver discipline.
|
|
- 매 extensibility: 매 plugin/middleware pattern + 매 inversion of control + 매 typed extension points.
|
|
- 매 anti-pattern: 매 internal implementation 의 export 누출 → 매 breaking change risk 의 폭증.
|
|
|
|
## 🔗 Graph
|
|
- 부모: [[Enterprise-Scale-Monorepo-Management]] (canonical)
|
|
- Adjacent: [[Encapsulation-via-Access-Modifiers]] · [[모듈화 및 아키텍처 경계 설정]] · [[토스(Toss) SDK 설계]]
|
|
|
|
## 🕓 변경 이력
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |
|