I’m a big proponent of test-driven development: write tests first, production code next, and refactor it, but I also love…
Read moreTrick (Catastrophe) or Treat?
It started out as just another regular day, or so the development team thought… Each developer deployed their code to…
Read moreC++ Mocking Tips and Tricks for Easier Unit Testing – Part Two
In the first part, we showed you seven examples (out of thirteen) that can make your unit testing painless. Such as…
Read moreC++ Mocking Tips and Tricks for Easier Unit Testing
C++ unit testing has some known issues (you can check them here) but there are also tricks and tips you…
Read moreWhat Every C++ Developer Needs to Know About Legacy Code
What does Legacy code mean? The term was first used by the computer scientist George Olivetti to describe code maintained…
Read more7 Crucial Practices for a Smooth Transition to Agile and DevOps and How to Make It Stick
There are twelve principles outlined as part of the Agile Manifesto. Near the bottom, you’ll find these two: “Continuous attention…
Read moreBe Confident in Your Code
Mike, a .NET developer has confidence in his team’s code because they are using code coverage and they can see…
Read moreThe Technical C++ Artist Who Enjoys Freedom Through Programming
Meet fellow C++ developer Krzysztof Sommerfeld from Poland who considers our professionan a technical art form.
Read moreConfessions of a Unit Testing Skeptic
In today’s post, I share a few confessions of a former unit testing skeptic, and why I think that unit testing is worth it.
Read more5 Challenges Banks Face When It Comes to Unit Testing
There are many barriers to unit test adoption. Today we will look at some of the common unit testing challenges in the banking industry.
Read more