Skip to content

Commit 611a82a

Browse files
committed
Merge pull request iluwatar#245 from iluwatar/design-principles
PR for Document design principles iluwatar#208
2 parents a033c07 + 65add32 commit 611a82a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Reusing design patterns helps to prevent subtle issues that can cause major
2121
problems, and it also improves code readability for coders and architects who
2222
are familiar with the patterns.
2323

24+
# Getting started
25+
26+
Before you dive into the material, you should be familiar with various
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).
34+
2435
# How to contribute
2536

2637
If you are willing to contribute to the project you will find the relevant information in our [developer wiki](https://github.com/iluwatar/java-design-patterns/wiki).

0 commit comments

Comments
 (0)