
The Singleton: Pros and Cons
/
0 Comments
I introduced in my last post "The Singleton", the classical Singleton and the so-called Meyers Singleton.…

The Singleton
The most controversial Design Pattern from the book "Design Patterns: Elements of Reusable Object-Oriented…

The Factory Method (Slicing and Ownership Semantics)
In the last installment of this blog, I introduced the Factory Method: Creational Patterns: Factory Method…

Stop Training, Start Mentoring
Training and mentoring aim one goal: to improve your skills in a well-defined way. Although both aim…

The Factory Method
The classic book "Design Patterns: Elements of Reusable Object-Oriented Software" has 23 patterns. They…

Anti-Patterns
An anti-pattern is a proven way to shoot yourself into your foot. The term anti-pattern was coined by…

About Algorithms, Frameworks, and Pattern Relations
Patterns don't live in isolation, they are in relation to each other. A relation can mean they are in…

The Structure of Patterns
The classics "Design Patterns: Elements of Reusable Object-Oriented Software", and "Pattern-Oriented…

And the Five Winners for the “C++20 STL Cookbook” are
Today, I want to present the five winners for the pdf of the book "C++20 STL Cookbook" by Bill Weinman.
To…

Classification of Patterns
In my last post, I presented the classification of design patterns based on the seminal book "Design…