Simply Explained ! - Builder Pattern in Python

Опубликовано: 11 Январь 2021
на канале: QA Automation Alchemist
3,150
44

Simply Explained ! - Builder Pattern in Python
1. Builder and Entity class - Creational design pattern
2. Building complex object by step by step rather in one go
3. At any time, object cane be returned by calling build(). Even at first step.
4. Existing objects could be given to builder initialization.
5. Readability of code increases.

Reference:   / builder-pattern