Skip to content

Commit 19b129c

Browse files
committed
Fix several frontmatter issues
1 parent 63c707f commit 19b129c

File tree

10 files changed

+10
-14
lines changed

10 files changed

+10
-14
lines changed

circuit-breaker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: pattern
3-
title: CircuitBreaker
3+
title: Circuit Breaker
44
folder: circuit-breaker
55
permalink: /patterns/circuit-breaker/
66
categories: Other

collection-pipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: pattern
33
title: Collection Pipeline
44
folder: collection-pipeline
55
permalink: /patterns/collection-pipeline/
6-
categories: Functional
6+
categories: Other
77
tags:
88
- Java
99
- Difficulty-Beginner

commander/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: pattern
33
title: Commander
44
folder: commander
55
permalink: /patterns/commander/
6-
categories:
6+
categories: Other
77
tags:
88
- Java
99
- Difficulty-Intermediate

double-buffer/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
layout: pattern
43
title: Double Buffer

game-loop/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
layout: pattern
43
title: Game Loop

master-worker-pattern/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: pattern
33
title: Master-Worker
44
folder: master-worker-pattern
55
permalink: /patterns/master-worker-pattern/
6-
categories: Centralised Parallel Processing
6+
categories: Other
77
tags:
88
- Java
99
- Difficulty-Intermediate

sharding/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
---
1+
---
32
layout: pattern
43
title: Sharding
5-
folder: sharding
4+
folder: sharding
65
permalink: /patterns/sharding/
7-
categories: Other
6+
categories: Other
87
tags:
98
- Java
109
- Difficulty-Beginner

spatial-partition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: pattern
33
title: Spatial Partition
44
folder: spatial-partition
55
permalink: /patterns/spatial-partition/
6-
categories: Game Programming pattern/Optimisation pattern
6+
categories: Other
77
tags:
88
- Java
99
- Difficulty-Intermediate

subclass-sandbox/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
layout: pattern
43
title: Subclass Sandbox
@@ -9,7 +8,7 @@ tags:
98
- Java
109
- Difficulty-Beginner
1110
---
12-
11+
1312
## Intent
1413
The subclass sandbox pattern describes a basic idea, while not having a lot of detailed mechanics. You will need the pattern when you have several similar subclasses. If you have to make a tiny change, then change the base class, while all subclasses shouldn't have to be touched. So the base class has to be able to provide all of the operations a derived class needs to perform.
1514

trampoline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: pattern
33
title: Trampoline
44
folder: trampoline
55
permalink: /patterns/trampoline/
6-
categories: Behavior
6+
categories: Behavioral
77
tags:
88
- Java
99
- Difficulty-Intermediate

0 commit comments

Comments
 (0)