Browsing Tag
gof
2 posts
Facade Design Pattern in Python…
This design pattern provides a simplified and unified interface to hide the inner complexities of several subsystems or…
Prototype Design Pattern in Python…
The prototype design pattern is a creational pattern. If the creation of an object is a very costly…