faif / python-patterns

A collection of design patterns/idioms in Python
40.45k stars 6.94k forks source link

added singleton pattern. #303

Closed hoseinfzad closed 5 years ago

hoseinfzad commented 5 years ago

The Singleton design pattern creates only one object of the class

gyermolenko commented 5 years ago

please review #279

adihat commented 5 years ago

@hoseinfzad Please see #256 As @faif mentioned, there is no plan to add singleton pattern to this repo as its considered an anti pattern. There is a plan to maintain a list of these anti patterns in the readme file instead of having to go through all the issues.