“Most people want to avoid pain, and discipline is usually painful.” — John C. Maxwell Ah, static class members! They pop up in every C++ project. In most cases, however, their use is not justified. I try to avoid static members as much as possible, and so should you. Here’s why. Let’s start by revisiting […] The post Avoid Static Class Members As Much As You Can appeared first on Approxion.