Builder Facets (violating the OCP?) | Design Patterns in Python | Live coding

Published: 01 January 1970
on channel: Vasyl Herman
87
0

Builder Facets and the idea of combining builders is that we were directly violating the Open-close Principle because whenever you have a new sub builder you have to add the builder
There is an alternative approach to simply user inheritance (see Builder Inheritance)

https://github.com/PrettySolution/Des...