Commit 496ac90
committed
docs(errors): 사이트 docs 전체에서 옛 명명 흔적 제거 (영/한, 53개 파일)
Phase 1(직전 커밋)에서 튜토리얼 13/14/15/16 self-contained framework를
정렬했고, 이번 커밋은 Docs.Site 전체로 범위를 넓혀 산문·예시·로그
샘플에 잔존하던 옛 명명을 모두 신규 1.0.0-alpha.4+ 기준으로 통일.
Cat B (산문 옛 type/factory 이름):
- spec/04-error-system.md (영/한): 마이그레이션 매핑 표를 제거하고
"릴리스 노트 참조" 한 줄로 단축. spec 본문에 옛 이름 노출 금지 정책.
Cat C (옛 prefix DomainErrors.X.Y → Domain.X.Y):
- guides/{adapter,application,domain,observability}/*.md
- spec/03-validation.md, spec/06-port-adapter.md, spec/07-pipeline.md
- adr/0003-domain-cqrs-read-write-separation.md
- tutorials/{architecture-rules,cqrs-repository,functional-valueobject,
specification-pattern}/...
- samples/{ai-model-governance,designing-with-types,ecommerce-ddd}/...
- getting-started.mdx, key-features.mdx, index.mdx, quickstart, etc.
- 영/한 동시 갱신, 약 51개 파일
치환 규칙:
- DomainErrors.\([A-Z]\) → Domain.\1 (대문자 시작 클래스명만 매칭하여
사용자 정의 static class 메서드 호출과 framework prefix 출력 분리)
- 동일 패턴 ApplicationErrors / AdapterErrors
코드 변경 0. 검증: grep 잔존 0건.
후속 별도 작업: 일부 튜토리얼(.md 본문)은 사용자 정의 static class
DomainErrors 패턴을 인용하지만 짝이 되는 .cs는 framework helper
DomainError.For<T>() 패턴을 사용한다. 이 .md ↔ .cs 동기화는 본문
재작성이 필요하므로 별도 PR로 분리.1 parent c312930 commit 496ac90
53 files changed
Lines changed: 8234 additions & 8258 deletions
File tree
- Docs.Site/src/content/docs
- guides
- adapter
- domain
- observability
- ko
- guides
- adapter
- appendix
- domain
- observability
- spec
- tutorials/functional-valueobject
- part1-valueobject-concepts
- 12-type-safe-enums
- 13-error-code
- 14-error-code-fluent
- 15-validation-fluent
- part2-validation-patterns
- 01-bind-sequential-validation
- 02-apply-parallel-validation
- 03-apply-bind-combined-validation
- 04-apply-internal-bind-validation
- 05-bind-internal-apply-validation
- part3-valueobject-patterns
- 01-simplevalueobject
- 02-comparablesimplevalueobject
- part4-practical-guide
- 03-cqrs-integration
- 04-testing-strategies
- part5-domain-examples
- 03-user-management-domain/UserManagementDomain
- 04-scheduling-domain
- SchedulingDomain
- spec
- tutorials/functional-valueobject
- part1-valueobject-concepts
- 12-type-safe-enums
- 13-error-code
- 14-error-code-fluent
- 15-validation-fluent
- part2-validation-patterns
- 01-bind-sequential-validation
- 02-apply-parallel-validation
- 03-apply-bind-combined-validation
- 04-apply-internal-bind-validation
- 05-bind-internal-apply-validation
- part3-valueobject-patterns
- 01-simplevalueobject
- 02-comparablesimplevalueobject
- part4-practical-guide
- 03-cqrs-integration
- 04-testing-strategies
- part5-domain-examples
- 03-user-management-domain/UserManagementDomain
- 04-scheduling-domain
- SchedulingDomain
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
| 817 | + | |
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
| |||
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
892 | | - | |
| 892 | + | |
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
1003 | | - | |
| 1003 | + | |
1004 | 1004 | | |
1005 | 1005 | | |
1006 | 1006 | | |
| |||
1011 | 1011 | | |
1012 | 1012 | | |
1013 | 1013 | | |
1014 | | - | |
| 1014 | + | |
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
| |||
0 commit comments