#creational-design-patterns

[ follow ]
fromRealpython
1 day ago

Implementing the Factory Method Pattern in Python - Real Python

The Factory Method is a creational design pattern that creates objects with a common interface, making it one of the most widely used design patterns.
Python
[ Load more ]