The Perils of Writing Reusable Code

If you’ve taken a programming course, the chances are that you’ve been told to write reusable code when possible. It certainly sounds great. Writing software is time consuming, so being able to reuse code instantly improves your productivity.I’m going to push back a little. Yes, code reuse is great. I reuse code; I use libraries […]

Be Grateful for Bug Reports – Yes, Really

When I release software to testers, I don’t actually want them to send me bug reports. I want them to tell me that it’s working perfectly! Sadly, there’s no way to prove that code has zero bugs. And, given the complexity of the software we work on, bugs are simply a fact of life.I also […]

Want to Succeed? Stop Blaming Others

Last week I released a video titled “Windows 10 Killed my Productivity.” While true, this week I’m calling myself out on it. That’s because I was effectively blaming Microsoft for my troubles. Yes, I was making myself “the victim.”There seems to be a fad (epidemic, really) of wanting to be the victim. That way us […]

How To Reduce C++ Compile Time

Ever had to put up with long compile times? If you’ve written software using compiled languages for a while, then I bet you have. Sooner or later, a project’s size grows to the point where an increasing amount of your time is spent waiting for the compiler to finish so that you can test your […]

Some Things School Taught You Must Be Unlearned

Huh? Are people really asking that question? That was my reaction when seeing the question “Is it okay to use Stack Overflow at work?” But yes, someone asked the question. In fact, there are multiple variations of that question online from different people. And, some people even think that yes, it’s cheating.The video above is […]

Shopping Cart
Scroll to Top