Friday, February 5, 2016

Day 27: Overloaded

Today was going to be a day where I could get a fair amount of work done. Today definitely turned out to be a lot more work than I'm used to handling.

The main portion wasn't the capstone work (the charger implementation is going smoothly, but otherwise nothing too much of note) or the upcoming datum assignment (a dynamic array with runtime overloads? Egads!), but code coverage.

Code coverage is a necessary part of code testing, and something that anything below Visual Studio Enterprise does not offer for native C++ testing. Does that stop me? Nay! By using an open source plugin, I effectively used the vstest.console.exe as a vessel for a "managed" test and got code coverage for my libraries. Success! Unfortunately, it cost me quite a bit of time and sanity.

Do I have time to rest? After this post...

No comments:

Post a Comment