Builder Use Case : Design Patterns In Python
Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=xvwOwCNxIXM
Medium Article : https://medium.com/design-patterns-in-python/builder-design-pattern-in-python-9a66de3e000b
Documentation : https://sbcode.net/python/builder/#example-use-case
Sometimes you just want to switch off your computer and read from a book. So, all GoF patterns are discussed in my Design Patterns In Python book
https://www.amazon.com/dp/B08XLJ8Z2J : ASIN B08XLJ8Z2J
Using the Builder Pattern in the context of a House Builder.
There are multiple directors that can create their own complex objects.
Note that in the IglooDirector class, not all of the methods of the HouseBuilder were called.
The builder can construct complex objects in any order and include/exclude whichever parts it likes.
Other Videos By SBCODE
Tags:
Design Patterns In Python
B08XLJ8Z2J
builder pattern
builder design pattern