Work on #208, added getting started section in README and linked it to programming priciples site

This commit is contained in:
Narendra Pathai 2015-09-08 12:49:54 +05:30
parent 9eb64bc0e5
commit 7a1c2ee413

View File

@ -21,6 +21,11 @@ Reusing design patterns helps to prevent subtle issues that can cause major
problems, and it also improves code readability for coders and architects who problems, and it also improves code readability for coders and architects who
are familiar with the patterns. are familiar with the patterns.
# Getting started
Before you dive into the material, you should be familiar with various
[Programming/Software Design Principles](http://webpro.github.io/programming-principles/).
# How to contribute # How to contribute
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). 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).