Published at: https://www.fluentcpp.com/2021/06/23/grasp-9-must-know-design-principles-for-code/ Author: Jonathan Boccara Publication date: June 23, 2021 In order to write code that is understandable, maintainable and that stands the test of time, one of the… Read more »
Published at: https://quuxplusone.github.io/blog/2021/03/03/push-back-emplace-back/ Author: Arthur O’Dwyer Publication date: March 3, 2021 In one of my recent training courses, a student informed me that both clang-tidy and PVS-Studio were complaining about… Read more »
Published at: https://www.forbes.com/sites/forbes-personal-shopper/2021/01/25/the-best-salad-spinners-2021/? Author: Simon Chandler Publication date: January, 26 2021 Artificial intelligence is the result of coding, and now coding is the result of artificial intelligence. Yes, AI has… Read more »
Here is an interesting article showing how you can use modern C++ features (C++17 and C++20) for automating the call of functions shared by base classes. Tested on Compiler Explorer… Read more »