I’m going to be talking about unit testing numerics and how to design classes in a C++ environment. A lot of these concepts can and do apply to other languages. … Continue reading
Last time I was talking about a bug I had with a very tiny application I had written. I still have not resolved the issue but I did stumble upon … Continue reading
When developing an API for a customer the most important thing is documentation other than it working properly. Part of that documentation is the code itself. I know I’ve been … Continue reading