The Null Object Pattern
A Null Object encapsulates a do nothing behavior inside an object. It is often pretty comfortable to use a neutral object.
This author has not written his bio yet.
But we are proud to say that Rainer Grimm contributed 699 entries already.
A Null Object encapsulates a do nothing behavior inside an object. It is often pretty comfortable to use a neutral object.
A value object is a small object whose equality is based on state, but not identity. Typical value objects are money, numbers, or strings.
When you book it before 24/02/2023, you will get a 33% discount. But let me first present my mentoring program.
The concept of a regular type goes back to the creator of the Standard Template Library (STL) Alexander Stepanov. A regular type is a user-defined type and behaves like a built-in type.
Our software industry has a significant Lack of Training Culture. In my last article, I wrote that “Learning is not an Integral Part of your Profession“. Today, I focus on the fact that your employer does not support your learning.
The rule of zero, or six, is one of the advanced rules in modern C++. I wrote in my current book “C++ Core Guidelines Explained: Best Practices for Modern C++” about them. Today, I want to quote the relevant parts of my book in this post.
Argument-Dependent Lookup (ADL), also known as Koenig Lookup, is a set of “magical” rules for the lookup of unqualified functions based on their function arguments.
Partial Function Application is a technique in which a function binds a few of its arguments and returns a function taking fewer arguments. This technique is related to a technique used in functional languages called currying.
Our software industry has a significant Lack of Training Culture. What makes this Lack of Training Culture even worse is that the demand for high-quality software and the complexity of software will drastically increase in the nearer future.
In August, I gave an interview which caused many comments. Now, is the right time to publish my thoughts.