Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quynhchi1009/singleton

Singleton is a creational design pattern that lets you ensure that a class has only one instance, while providing a global access point to this instance.
https://github.com/quynhchi1009/singleton

design-patterns singleton singleton-pattern

Last synced: about 24 hours ago
JSON representation

Singleton is a creational design pattern that lets you ensure that a class has only one instance, while providing a global access point to this instance.

Awesome Lists containing this project