Work on #226, moved pattern specific references to respective patterns. And removed credits section from Home page.

This commit is contained in:
Narendra Pathai
2016-01-27 12:55:59 +05:30
parent 1a55f3a420
commit ab2aad3226
13 changed files with 26 additions and 13 deletions

View File

@ -25,3 +25,6 @@ Object is very predictable and has no side effects: it does nothing.
Use the Null Object pattern when
* you want to avoid explicit null checks and keep the algorithm elegant and easy to read.
## Credits
* [Pattern Languages of Program Design](http://www.amazon.com/Pattern-Languages-Program-Design-Coplien/dp/0201607344/ref=sr_1_1)