#design-patterns
Read more stories on Hashnode
Articles with this tag
Singletons are commonly used in Object Oriented Programming when we want to enforce that there is only ever a single instance of a class. This might...