Skip to content

Commit

Permalink
fix: bump memo publish date (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: Bean Vo <bean@d.foundation>
  • Loading branch information
baenv and Bean Vo authored Jun 10, 2024
1 parent 80bb72f commit 81b5b56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 01_literature/builder-design-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tags:
- design-pattern
- creational-design-pattern
title: "Introduce the Builder pattern and its use cases"
date: 2024-06-09
date: 2024-06-10
description: "Builder, one of the creational patterns, allows user to construct complex object step by step while still maintaining flexibility."
authors:
- vincent
Expand Down
4 changes: 2 additions & 2 deletions 01_literature/prototype-design-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ tags:
- software-design
- software-architecture
- graphical-notation
title: "Going Through use cases of the prototype design pattern and it place among the creational patterns "
date: 2024-06-09
title: "Going Through use cases of the prototype design pattern and it place among the creational patterns"
date: 2024-06-10
description: "Prototype, one of the creational patterns, minimize efforts when recreating new from the exist object by cloning the 'prototype' of it."
authors:
- jim
Expand Down
2 changes: 1 addition & 1 deletion 01_literature/singleton-design-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: "A tour of Singleton design pattern with Golang"
description: "Singleton real-world problem, concept, solution, use cases, implementations, pros & cons, references"
authors:
- anhnh
date: 2024-06-08
date: 2024-06-10
---

![](assets/singleton-design-pattern.pdf)
Expand Down

0 comments on commit 81b5b56

Please sign in to comment.