Skip to content

Commit 4fa50e8

Browse files
authored
Update README.md
1 parent eb1bbc7 commit 4fa50e8

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
1-
# DesignPatternsJava9
2-
This repository contains working code examle used for Video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain".
1+
# Learn Design Patterns with Java by Aseem Jain
2+
This repository contains working project code used in video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain".
33

4-
The link of the course is https://www.packtpub.com/application-development/learn-design-patterns-java-9-video
4+
### Course link:
5+
https://www.packtpub.com/application-development/learn-design-patterns-java-9-video
56

6-
This repository has several branches and each branch contains code of a design pattern.
7+
### Repository link:
8+
https://github.com/premaseem/DesignPatternsJava9
79

8-
To look at code of Decorator pattern you might have to switch to branch decorator pattern eg. link https://github.com/premaseem/DesignPatternsJava9/tree/decorator-pattern
10+
### Repository over view
11+
This course exposes you to a very rich github code repository which has around 50 different working code projects.
12+
Code is organized in separate branches, which means all code related to singleton design pattern is in single-pattern branch and all code related observer pattern is observer-pattern branch. Each branch has related diagrams in the branch. The commit history also helps you evovle the code. You are supposed to clone or download the code base and exectue it locally or play with it for deeper learning. You can own the repo by forking it and modify code as much as you want. Remember the rule, more you code better you learn ;-)
913

10-
Note: This code base will work on Java 9 and above versions.
14+
This repository has several branches and each branch contains code of a design pattern. https://github.com/premaseem/DesignPatternsJava9/tree/pattern-name
15+
16+
### Example:
17+
To look at code of Decorator pattern you might have to switch to branch decorator pattern link:
18+
https://github.com/premaseem/DesignPatternsJava9/tree/decorator-pattern
19+
20+
### Authors blog on design patterns:
21+
https://premaseem.wordpress.com/category/computers/design-patterns/
22+
23+
### Software Design pattern community face book page:
24+
https://www.facebook.com/DesignPatternGuru/
25+
26+
Note: This code base will work on Java 9 and above versions.

0 commit comments

Comments
 (0)