/factory-pattern-music

Application of a factory pattern method in Python for songs and music

Primary LanguagePython

Factory Pattern Example in Python

This repository concerns the application and conversion of a standard Python3 class to a a factory pattern. The main objective is to demonstrate the process of avoiding if/else statements and instead use a common interface.