Tweets
- C++20 format library now available in Spanish: es.cppreference.com/w/cpp/utility/… 3 days ago
- Biblioteca de formato de C++20 ahora disponible en español: es.cppreference.com/w/cpp/utility/… 3 days ago
- RT @blelbach: C++20 has been published! iso.org/standard/79358… 1 month ago
-
Recent Posts
- C++20 Three-Way Comparison Now Available In Spanish / C++20 Comparación de tres vías ahora disponible en español
- C++20 format library now available in Spanish/Biblioteca de formato de C++20 ahora disponible en español
- Should the new Mac mini M1 be called a Big Mac?
- CPPCON2020 Plenary Session Review: Performance Matters
- CPPCON2020 Session Review: Back to Basics: Concurrency
Blogs I Follow
Recent Comments
Archives
Categories
Meta
Tag Archives: singleton
CPPCON2020 Session Review: Retiring the Singleton Pattern: Concrete suggestions for what to use instead
The Singleton design pattern has been discussed ad naseaum over the years. Peter Muldoon starts with the motivation for this talk: an occurrence of Singleton in the workplace, oh my! The premise of the talk, is not whether to keep … Continue reading
Posted in C++, C++17, C++20, design patterns
Tagged C++, C++17, C++20, CPPCON, CPPCON2020, singleton
Leave a comment
Singling out Singleton
Out of all the design patterns that I’ve used in my professional career, Singleton is the one I’ve used the least. Don’t get me wrong. In my experience, as developers we are fascinated with the ability to refer to a single … Continue reading