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 […]
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