IntermediateVocabulary#software-architecture#developer-tools#backend

Singleton Pattern Vocabulary

Build fluency in the vocabulary of a class deliberately allowing only one instance to ever exist.

0 / 5 completed
1 / 5
At standup, a dev mentions a class deliberately designed so only one instance of it can ever exist for the lifetime of the program, with every part of the code that asks for it receiving that exact same shared instance. What is this design pattern called?