Singleton
Singleton pattern
· ☕ 1 min read · ✍️ t1
The singleton pattern ensures that a class has only one instance and provides a global access point to it.