Some patterns are the C# implementation of https://github.com/minimalgeek/refactor-to-designpatterns (flagged with *)
This repo is about practicing design patterns by refactoring the purposedly badly written code.
- Chain of Responsibility *
- Command *
- State *
- Strategy
- Builder *