2017

A few days ago, I attended the Meeting C++ conference in Berlin, the third year in a row. As usual, I had a lot of fun and interesting conversations with […]

The mutable keyword seems to be one of the less known corners of C++. Yet it can be very useful, or even unavoidable if you want to write const-correct code […]

Last week I have touched source file organization of generated code. Today I’ll share some thoughts on testability of code when a part of it is generated.