Why I Don't Like Singletons - Drawbacks and Alternatives
Offered By: The Cherno via YouTube
Course Description
Overview
Explore the drawbacks of using singletons in software development through this comprehensive video tutorial. Delve into the concept of singletons and their context, examining lazy loading and the reasons why singletons are often considered problematic. Compare singletons to global variables and review Meyers' Singleton implementation. Learn techniques to improve singleton design, including making shutdown explicit, avoiding static storage for instances, and removing lazy loading for explicit initialization. Discover the presenter's solution to the "global" situation and gain insights into alternative approaches for managing shared resources in your code.
Syllabus
- Comments and the Community
- The Comment
- Singletons and Context
- Lazy Loading
- Why are singletons "bad"?
- Having a "global variable" is "better"
- Reviewing Meyers' Singleton
- Improving our singleton to make shutdown explicit
- Not storing our instance in static storage
- Removing lazy loading to make initialization explicit
- The "global" situation - my solution
Taught by
The Cherno
Related Courses
Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld SystemsVanderbilt University via Coursera The Caltech-JPL Summer School on Big Data Analytics
California Institute of Technology via Coursera Automated Visual Software Analytics
openHPI Software Architecture & Design
Georgia Institute of Technology via Udacity Software Architecture for the Internet of Things
EIT Digital via Coursera