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

https://github.com/balikuddembe/singleton-design-pattern

This pattern involves a single class which is responsible to create an object while making sure that only single object gets created. This class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class.
https://github.com/balikuddembe/singleton-design-pattern

Last synced: 3 months ago
JSON representation

This pattern involves a single class which is responsible to create an object while making sure that only single object gets created. This class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class.

Awesome Lists containing this project