front

Concepts and the Finance Industry

/
The finance industry is a big user of C++.  But as everyone knows, C++ programmers take on a substantial…
CreationalPatterns

The Singleton: Pros and Cons

/
I introduced in my last post "The Singleton", the classical Singleton and the so-called Meyers Singleton.…
CreationalPatterns

The Singleton

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

The Factory Method (Slicing and Ownership Semantics)

/
In the last installment of this blog, I introduced the Factory Method: Creational Patterns: Factory Method…
RainerGrimm freigestellt 875x1480

Stop Training, Start Mentoring

/
Training and mentoring aim one goal: to improve your skills in a well-defined way. Although both aim…
CreationalPatterns

The Factory Method

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