Factory Pattern in Python
Factory Pattern aka Factory Method, Simple Factory is one of the most common Design Patterns out there. the Factory Pattern separates the creation of objects from its use case, in this pattern you have a factory object which holds the logic behind th...
blog.tareqrafed.com5 min read
Ibraheem Hammoudeh
Great article, followed and bookmarked