Work on #226, moved pattern specific credits to respective pattern pages in website

This commit is contained in:
Narendra Pathai
2015-09-03 18:17:07 +05:30
parent e33d037c0f
commit 782c0b8320
11 changed files with 40 additions and 10 deletions

View File

@ -13,3 +13,7 @@ The user experience will be much more improved by the fact that he will only see
![alt text](./etc/step-builder.png "Step Builder")
**Applicability:** Use the Step Builder pattern when the algorithm for creating a complex object should be independent of the parts that make up the object and how they're assembled the construction process must allow different representations for the object that's constructed when in the process of constructing the order is important.
**Credits:**
* [Marco Castigliego - Step Builder](http://rdafbn.blogspot.co.uk/2012/07/step-builder-pattern_28.html)