Skip to content

Commit d8ff45c

Browse files
authored
Update README.md
1 parent 724b18e commit d8ff45c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ https://www.packtpub.com/application-development/learn-design-patterns-java-9-vi
99

1010
Click to play video
1111

12+
13+
### ![ http://in.linkedin.com/in/premaseem](https://github.com/premaseem/DesignPatternsJava9/blob/master/linkedin.png "http://in.linkedin.com/in/premaseem") Profile: http://in.linkedin.com/in/premaseem
14+
15+
1216
### Repository over view
1317
This course exposes you to a very rich github code repository which has around 50 different working code projects.
1418
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 ;-)
@@ -29,8 +33,6 @@ https://premaseem.wordpress.com/category/computers/design-patterns/
2933
### Software Design pattern community face book page:
3034
https://www.facebook.com/DesignPatternGuru/
3135

32-
### ![ http://in.linkedin.com/in/premaseem](https://github.com/premaseem/DesignPatternsJava9/blob/master/linkedin.png "http://in.linkedin.com/in/premaseem") Profile: http://in.linkedin.com/in/premaseem
33-
3436
### Course Overview:
3537
Learn and master common design patterns in Java , and become an efficient programmer.
3638
In this course, you will start by exploring the benefits of using design patterns for developers in their regular development environment. You will move on to see which design patterns are suited for which circumstances. You will see the different categories to which the Design Patterns belong. Throughout this course, each type of Design Pattern will be accompanied by a practical example and information on when to use a given Design Pattern. You will also be shown scenarios in which specific Design Patterns are to be avoided.
@@ -105,4 +107,8 @@ This course is for those programmers/developers who have a basic knowledge of OO
105107
* Anti Patterns
106108
* Resources for Deeper Learning
107109

108-
Note: This code base will work on Java 9 and above versions.
110+
### Note:
111+
* This code base will work on Java 9 and above versions.
112+
* `diagrams` folders carry UML diagrams.
113+
* `pattern` folder has code of primary example.
114+
* `patternBonus` folder has code of secondary or bonus example.

0 commit comments

Comments
 (0)