Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ main.py
File
main.py
src/Builder/Conceptual/main.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
EN: Builder Design Pattern
3
4
Intent: Lets you construct complex objects step by step. The pattern allows you
Callers
nothing calls this directly
Calls
7
Director
Class · 0.85
ConcreteBuilder1
Class · 0.85
build_minimal_viable_product
Method · 0.80
list_parts
Method · 0.80
build_full_featured_product
Method · 0.80
produce_part_a
Method · 0.45
produce_part_b
Method · 0.45
Tested by
no test coverage detected