Unittesting with the Google Test Framework
After reading a bit about Test Driven Development (TDD ) I decided to completely change my way of coding. I […]
After reading a bit about Test Driven Development (TDD ) I decided to completely change my way of coding. I […]
We are in week 3 of the Corona-crisis in the Netherlands. I didn’t do much coding in C++. I was
I looked at YouTube a few weeks ago and found a good YouTube channel with 100 C++ videotutorials by a
Today I looked into unittesting with C++ Builder. The buildin DUnit framework is useful. It incorporates about 12 functions to
Writing code isn’t that hard. Writing good code is. But what is good code? Well, I am still learning to