Skip to content

Commit 65add32

Browse files
committed
Work on iluwatar#208, explained the ways our patterns can be explored
1 parent 7a1c2ee commit 65add32

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ are familiar with the patterns.
2424
# Getting started
2525

2626
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).
2834

2935
# How to contribute
3036

0 commit comments

Comments
 (0)