In this talk, I speak about software patterns that I use very often on my projects.
You will see samples covering the Builder, Factory, Strategy and Option-Type Pattern.
Have fun.
Don't hesitate to ask me any question on Twitter: @GregOnNet
P.S.
If you want to check out the code samples for the strategy and option-type pattern, please have a look on:
- Strategy: https://github.com/GregOnNet/kentan-schematics/blob/master/src/lib/angular-project/angular-project.ts#L12
- Option-Type: https://github.com/GregOnNet/kentan-schematics/blob/master/src/lib/model-finder/model-finder.ts#L17