Understand Your Code Better By Experimenting With Unit Tests
Don’t understand how your code or a library works? Writing unit tests lets you experiment and learn how the code works.
Don’t understand how your code or a library works? Writing unit tests lets you experiment and learn how the code works.
Writing tests for your code does more than just prove that it works as you expect – It tests your understanding of how your code should work.
If you get Visual Studio 2019 Warning C4296 in your C++ project on a line comparing a size_t >= 0 it’s valid. Here’s why: size_t is unsigned.
Do you need a new computer? Do you know what computer parts you need? Here is how I chose new parts for my workstation PC
Do you need to create a Windows 10 install USB drive but only have a Mac available? Here is how to create a Windows 10 Install USB drive from OS X
If you’re using Conan with CMake to build the build system for your C++ project how do you get it to find Boost? Use cmake_find_modular. And RTFM!
How does the If / Else conditional work in VBA? How do you check whether a String variable is empty? See this post for more information!
In this post I focus on the creation, delivery, and maintenance of software systems and the timeline expectations generated during project management.
What does my new position as a tech lead entail? I go to meetings! And, more importantly, I mentor the software engineering team I’m a part of.
My business and family are embarking on a new adventure. We are moving to Sacramento for a new full time position! Taylor Built Solutions will remain open!