Skip to content

Robert076/builder-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘·πŸ½ builder-pattern

Practicing the builder design pattern. Contains a useful example in python too.

This pattern is useful for when you have monstrous constructors and have way too many parameters to add in them. It simplifies the construction process by just letting you chain method after method for each attribute.

πŸš€ Run the script:

python3 burger.py

About

Practicing the builder design pattern. Contains a useful example in python too.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages