Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Why I Don't Like Singletons - Drawbacks and Alternatives

The Cherno via YouTube

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

Reviews

Start your review of Why I Don't Like Singletons - Drawbacks and Alternatives

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.