Skip to content

Commit

Permalink
Fix several frontmatter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Nov 16, 2019
1 parent 63c707f commit 19b129c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion circuit-breaker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: pattern
title: CircuitBreaker
title: Circuit Breaker
folder: circuit-breaker
permalink: /patterns/circuit-breaker/
categories: Other
Expand Down
2 changes: 1 addition & 1 deletion collection-pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: pattern
title: Collection Pipeline
folder: collection-pipeline
permalink: /patterns/collection-pipeline/
categories: Functional
categories: Other
tags:
- Java
- Difficulty-Beginner
Expand Down
2 changes: 1 addition & 1 deletion commander/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: pattern
title: Commander
folder: commander
permalink: /patterns/commander/
categories:
categories: Other
tags:
- Java
- Difficulty-Intermediate
Expand Down
1 change: 0 additions & 1 deletion double-buffer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
layout: pattern
title: Double Buffer
Expand Down
1 change: 0 additions & 1 deletion game-loop/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
layout: pattern
title: Game Loop
Expand Down
2 changes: 1 addition & 1 deletion master-worker-pattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: pattern
title: Master-Worker
folder: master-worker-pattern
permalink: /patterns/master-worker-pattern/
categories: Centralised Parallel Processing
categories: Other
tags:
- Java
- Difficulty-Intermediate
Expand Down
7 changes: 3 additions & 4 deletions sharding/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

---
---
layout: pattern
title: Sharding
folder: sharding
folder: sharding
permalink: /patterns/sharding/
categories: Other
categories: Other
tags:
- Java
- Difficulty-Beginner
Expand Down
2 changes: 1 addition & 1 deletion spatial-partition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: pattern
title: Spatial Partition
folder: spatial-partition
permalink: /patterns/spatial-partition/
categories: Game Programming pattern/Optimisation pattern
categories: Other
tags:
- Java
- Difficulty-Intermediate
Expand Down
3 changes: 1 addition & 2 deletions subclass-sandbox/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
layout: pattern
title: Subclass Sandbox
Expand All @@ -9,7 +8,7 @@ tags:
- Java
- Difficulty-Beginner
---

## Intent
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.

Expand Down
2 changes: 1 addition & 1 deletion trampoline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: pattern
title: Trampoline
folder: trampoline
permalink: /patterns/trampoline/
categories: Behavior
categories: Behavioral
tags:
- Java
- Difficulty-Intermediate
Expand Down

0 comments on commit 19b129c

Please sign in to comment.