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...