mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-21 08:26:16 +00:00
fix: replace yaml frontmatter tags with tag (#2353)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Adapter
|
||||
category: Structural
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Builder
|
||||
category: Creational
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Factory
|
||||
category: Creational
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Iterator
|
||||
categories: Behavioral
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Observer
|
||||
category: Behavioral
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang Of Four
|
||||
- Reactive
|
||||
---
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Prototype
|
||||
category: Creational
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang Of Four
|
||||
- Instantiation
|
||||
---
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Proxy
|
||||
category: Structural
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang Of Four
|
||||
- Decoupling
|
||||
---
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Singleton
|
||||
category: Creational
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Strategy
|
||||
category: Behavioral
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ folder: template-method
|
||||
permalink: /patterns/template-method/ko
|
||||
categories: Behavioral
|
||||
language: ko
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user