Abhishek Tanwartanwar-abhishek.hashnode.dev·Sep 16, 2023Singleton Design Pattern : Naive and Thread safeThe one and only one design pattern, there can only be one! Singleton is a design pattern that’s quite popular and easy to implement in a naive approach for a single-threaded (single sequence) application. Since it requires a global variable, writin...41 readsProgramming BlogsAdd a thoughtful commentNo comments yetBe the first to start the conversation.