Ilkka Seppälä 2019-12-13 22:22:11 +02:00
parent b2b1ba95eb
commit 5681684157
15 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@ folder: abstract-factory
permalink: /patterns/abstract-factory/
categories: Creational
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: adapter
permalink: /patterns/adapter/
categories: Structural
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: bridge
permalink: /patterns/bridge/
categories: Structural
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: builder
permalink: /patterns/builder/
categories: Creational
tags:
- Gang Of Four
- Gang of Four
---
## Intent

View File

@ -5,7 +5,7 @@ folder: chain
permalink: /patterns/chain/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Intent

View File

@ -5,7 +5,7 @@ folder: command
permalink: /patterns/command/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: composite
permalink: /patterns/composite/
categories: Structural
tags:
- Gang Of Four
- Gang of Four
---
## Intent

View File

@ -5,7 +5,7 @@ folder: interpreter
permalink: /patterns/interpreter/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Intent

View File

@ -5,7 +5,7 @@ folder: iterator
permalink: /patterns/iterator/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: memento
permalink: /patterns/memento/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: singleton
permalink: /patterns/singleton/
categories: Creational
tags:
- Gang Of Four
- Gang of Four
---
## Intent

View File

@ -5,7 +5,7 @@ folder: state
permalink: /patterns/state/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: strategy
permalink: /patterns/strategy/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Also known as

View File

@ -5,7 +5,7 @@ folder: template-method
permalink: /patterns/template-method/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Intent

View File

@ -5,7 +5,7 @@ folder: visitor
permalink: /patterns/visitor/
categories: Behavioral
tags:
- Gang Of Four
- Gang of Four
---
## Intent