We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca628c9 commit af659adCopy full SHA for af659ad
contents/posts/TypeScript/chain-of-responsibility.md
@@ -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
@@ -0,0 +1,5 @@
+# TypeScript
+TypeScript 관련 포스트들입니다.
+<PostCardList category="TypeScript" />
0 commit comments