Skip to content

Commit af659ad

Browse files
committed
docs: TypeScript COR 패턴
1 parent ca628c9 commit af659ad

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Chain Of Responsibility 책임연쇄패턴
3+
createdAt: 2025-07-30
4+
category: TypeScript
5+
description: 핸들러들의 체인​(사슬)​을 따라 요청을 전달할 수 있게 해주는 행동 디자인 패턴인 책임 연쇄 패턴에 대해 알아봅니다.
6+
comment: true
7+
---
8+
9+
# Chain Of Responsibility 책임연쇄패턴
10+
11+
:::warning
12+
아직 작성중이거나 검토중인 글입니다. 내용이 부정확하거나 변경될 수 있습니다
13+
:::
14+
15+
핸들러들의 체인​(사슬)​을 따라 요청을 전달할 수 있게 해주는 행동 디자인 패턴인 책임 연쇄 패턴에 대해 알아봅니다.

contents/posts/TypeScript/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TypeScript
2+
3+
TypeScript 관련 포스트들입니다.
4+
5+
<PostCardList category="TypeScript" />

0 commit comments

Comments
 (0)