Tag: singleton
Browse 3 practical software engineering resources tagged with "singleton". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving singleton.
Multiton Pattern
Manage a map of named singleton instances, providing controlled access to a finite set of shared objects identified by keys.
Singleton Pattern
Ensure a class has only one instance and provide global access to it. A creational design pattern for controlled object creation.
Practical Design Patterns Guide
A guide to selecting and applying the right design pattern for common software engineering problems.