Concepts and the Finance Industry
/
0 Comments
The finance industry is a big user of C++. But as everyone knows, C++ programmers take on a substantial…
The Singleton: Pros and Cons
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…