File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 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.
2424# Getting started
2525
2626Before 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 ) .
2834
2935# How to contribute
3036
You can’t perform that action at this time.
0 commit comments