Skip to content

Commit 7ac7e3b

Browse files
committed
Categorize and tag all patterns iluwatar#213
1 parent fefb51c commit 7ac7e3b

File tree

55 files changed

+147
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+147
-48
lines changed

abstract-factory/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ categories: Creational
77
tags:
88
- Java
99
- Gang Of Four
10+
- Difficulty-Intermediate
1011
---
1112

1213
**Also known as:** Kit

adapter/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ categories: Structural
77
tags:
88
- Java
99
- Gang Of Four
10+
- Difficulty-Beginner
1011
---
1112

1213
**Also known as:** Wrapper

async-method-invocation/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ title: Async Method Invocation
44
folder: async-method-invocation
55
permalink: /patterns/async-method-invocation/
66
categories: Concurrency
7-
tags: Java
7+
tags:
8+
- Java
9+
- Difficulty-Intermediate
10+
- Functional
811
---
912

1013
**Intent:** Asynchronous method invocation is pattern where the calling thread

bridge/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ categories: Structural
77
tags:
88
- Java
99
- Gang Of Four
10+
- Difficulty-Intermediate
1011
---
1112

1213
**Also known as:** Handle/Body

builder/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ categories: Creational
77
tags:
88
- Java
99
- Gang Of Four
10+
- Difficulty-Intermediate
1011
---
1112

1213
**Intent:** Separate the construction of a complex object from its

business-delegate/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Business Delegate
44
folder: business-delegate
55
permalink: /patterns/business-delegate/
66
categories: Business Tier
7-
tags: Java
7+
tags:
8+
- Java
9+
- Difficulty-Intermediate
810
---
911

1012
**Intent:** The Business Delegate pattern adds an abstraction layer between

caching/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ permalink: /patterns/caching/
66
categories: Other
77
tags:
88
- Java
9+
- Difficulty-Intermediate
10+
- Caching
911
---
1012

1113
**Intent:** To avoid expensive re-acquisition of resources by not releasing

callback/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ title: Callback
44
folder: callback
55
permalink: /patterns/callback/
66
categories: Other
7-
tags: Java
7+
tags:
8+
- Java
9+
- Difficulty-Beginner
10+
- Functional
11+
- Idiom
812
---
913

1014
**Intent:** Callback is a piece of executable code that is passed as an

chain/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ categories: Behavioral
77
tags:
88
- Java
99
- Gang Of Four
10+
- Difficulty-Intermediate
1011
---
1112

1213
**Intent:** Avoid coupling the sender of a request to its receiver by giving

command/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ categories: Behavioral
77
tags:
88
- Java
99
- Gang Of Four
10+
- Difficulty-Intermediate
1011
---
1112

1213
**Also known as:** Action, Transaction

0 commit comments

Comments
 (0)