My Introduction to Unit Tests
In an attempt to level up my code, I felt it important to jump into unit tests. I dabble mainly in python and c/c++. In Python I made use of the native unitest framework and in my c++ example I made use of googletest The C++ version was more difficu...
Dec 27, 20204 min read