October 2016
-
:
It must be about time for a 'the state of C++ tooling' rant...
I tend to develop code with JITT (Just in time testing), this is like TDD when I’m doing it but it doesn’t always get done. What does get done, generally, is the “first test” for each class. This ensures that … -
:
More thoughts on C++ Tools (on Windows)
Last friday’s rant about C++ static and dynamic analysis tools was picked up by Reddit and I have had quite a few helpful suggestions for other tools to try. Thanks! Dr. Memory. Microsoft’s Application Verifier. CPPDepend PVS …