Skip to content

Latest commit

 

History

History

singleton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SingleTon Pattern

글로벌하게 하나의 instance만 접근 또는 생성, 유지해야 할 경우


ex) API key 관리, 상태 관리, 옵저버 패턴에서 큐 스택 관리, 데이터베이스 연결 등