abishekaditya / DesignPatterns

Project : Design Patterns Examples in C#
GNU General Public License v3.0
2.52k stars 617 forks source link

Implemented Builder Pattern with regards to issue #8 #16

Closed NdubuisiJr closed 5 years ago

NdubuisiJr commented 5 years ago

Sorry for the miss-spelled "issue" on the commit message.

Check out my implementation of the builder creational design pattern. It makes the client code very simple. And the usage is quite intuitive.

abishekaditya commented 5 years ago

Looks good, I will test it once tonight. Can you modify the structure so that it is not BuilderPattern/BuilderPattern but only BuilderPattern

NdubuisiJr commented 5 years ago

Okay... I will modify the directory structure

NdubuisiJr commented 5 years ago

I have changed the folder structure

NdubuisiJr commented 5 years ago

I have also implemented the Chain of Responsibility design pattern