Skip to content

Commit 32a2f85

Browse files
committed
#3 update pom version and README.md file
1 parent 1fbb142 commit 32a2f85

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Reference: https://gpcoder.com/4554-huong-dan-java-design-pattern-composite/
5656
Reference: https://gpcoder.com/4574-huong-dan-java-design-pattern-decorator/
5757

5858
> :warning: Note: <br/>
59-
> In this code, we can only add new features to the object. We cannot remove the previous features of this object.<br/>
60-
> _Example_: Manager becomes TeamLeader, TeamLeader still doTask of Manager. **This is Problem**
59+
> In this code, we can only add new features to the object. We cannot remove the previous features of this object.<br/> > _Example_: Manager becomes TeamLeader, TeamLeader still doTask of Manager. **This is Problem**
6160
6261
### Facade
6362

@@ -66,4 +65,11 @@ Reference: https://gpcoder.com/4604-huong-dan-java-design-pattern-facade/
6665
### Flyweight
6766

6867
Reference: https://gpcoder.com/4626-huong-dan-java-design-pattern-flyweight/
69-
Review: Good for create character in game
68+
69+
> Review: Good for create character in game
70+
71+
### Proxy
72+
73+
https://gpcoder.com/4644-huong-dan-java-design-pattern-proxy/
74+
75+
> Review: Useful for lazy loading

design-pattern/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.phint2</groupId>
88
<artifactId>design-pattern</artifactId>
9-
<version>2.5.0</version>
9+
<version>2.6.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)