Skip to content

Latest commit

 

History

History

singleton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Singleton

Singleton pattern is only a way of making object to be instantiated only once.

This is good for expensive instance that you don't want to be created more than once.