File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ are familiar with the patterns.
24
24
# Getting started
25
25
26
26
Before you dive into the material, you should be familiar with various
27
- [ Programming/Software Design Principles] ( http://webpro.github.io/programming-principles/ ) .
27
+ [ Programming/Software Design Principles] ( http://webpro.github.io/programming-principles/ ) .
28
+
29
+ Once you are familiar with these concepts you can start drilling down into patterns by any of the following approaches
30
+
31
+ - Using difficulty tags, ` Difficulty-Beginner ` , ` Difficulty-Intermediate ` & ` Difficulty-Expert ` .
32
+ - Using pattern categories, ` Creational ` , ` Behavioral ` and others.
33
+ - Search for a specific pattern. Can't find one? Please report a new pattern [ here] ( https://github.com/iluwatar/java-design-patterns/issues ) .
28
34
29
35
# How to contribute
30
36
You can’t perform that action at this time.
0 commit comments