Skip to content
M LearnwithManoj

Singleton Pattern Explained - Anti-Pattern or Essential? | 8/25

Singleton Pattern - the most controversial design pattern in software. Half the developers call it an anti-pattern, the other half use it every day. So who's right?

1 min read

Singleton Pattern - the most controversial design pattern in software. Half the developers call it an anti-pattern, the other half use it every day. So who’s right?

What’s in the video (5m)

  • 0:00 — Singleton Pattern
  • 0:27 — The One President Rule
  • 1:24 — What is Singleton Pattern?
  • 1:38 — How Singleton Pattern Works?
  • 2:52 — When to Use Singleton Pattern?
  • 3:54 — Is the Singleton Pattern an Anti-Pattern?
  • 4:10 — Final Takeaway of the Singleton Pattern

Resources

For more in this series, visit the #design-patterns tag page or jump to the channel uploads list for everything else.

Related posts