Argument-Dependent Lookup and the Hidden Friend Idiom
/
0 Comments
Argument-Dependent Lookup (ADL), also known as Koenig Lookup, is a set of "magical" rules for the lookup…
Partial Function Application
Partial Function Application is a technique in which a function binds a few of its arguments and returns…
The Lack of Training Culture: Four Signs
Our software industry has a significant Lack of Training Culture. What makes this Lack of Training Culture…
An Interview that went Viral
In August, I gave an interview which caused many comments. Now, is the right time to publish my thoughts.
I…
Early Bird Price for my Mentoring Program “Design Patterns and Architectural Patterns with C++”
When you book it before 24/02/2023, you will get a 33% discount. But let me first present my mentoring…
The Copy-and-Swap Idiom
An idiom is an architectural or design pattern implementation in a concrete programming language. Applying…
Webinar: C++ with Python for Algorithmic Trading
It’s a surprising fact that C++ and Python are often and effectively used together. They are…
Registration is Open for my Mentoring Program “Design Patterns and Architectural Patterns with C++”
I'm happy to present my new mentoring program "Design Patterns and Architectural Pattern with C++"…
The Template Method
The Template Method is a behavioral design pattern. It defines a skeleton for an algorithm and is probably…
The Visitor Pattern
The Visitor Pattern encapsulates an operation executed on an object hierarchy as an object and enables…