What a wild summer it has been. With everything going on in the world, it’s important to take a moment to reflect on what’s going well, right now. With non-essential travel on pause, I haven’t needed to travel for work. Which means I’ve had more time to enjoy the summer with family, and more timeContinue reading “GoF – Abstract Factory Pattern”
Category Archives: CPP
Don’t try this at work – Vector Pt. 3
Welcome back everyone, for at long last, the last in this vector series. It’s been a long haul, and I appreciate everyone who has come along for the journey. In light of the happenings recently in the United States of America, I’d just like everyone to take a moment of silence; for those victims ofContinue reading “Don’t try this at work – Vector Pt. 3”
Don’t try this at work – Vector Pt. 1
Welcome back! I hope you’re enjoying quarantine. I know for me, not being able to get out climb has definitely had an impact on my mental health. Oh, and my waistline. That being said, I’ve had more time to get into the code, which is a piece of my own little paradise. As I mentionedContinue reading “Don’t try this at work – Vector Pt. 1”
The one where we reverse engineered Microsoft’s C++ Unit Test Framework (Part 3) – Exceptions
Again, if you haven’t already done so I suggest reading through Part 1 and Part 2 of the series. I’ll do a quick TL; DR; recap, but it may not do it justice. What feels like ages ago, I started on a journey to implement a clone of Microsoft’s C++ Unit Test Framework Test Adapter,Continue reading “The one where we reverse engineered Microsoft’s C++ Unit Test Framework (Part 3) – Exceptions”
The one where we reverse engineered Microsoft’s C++ Unit Test Framework (Part 2)
If you haven’t already read Part 1, of this series, then I suggest giving it a skim. If not, I’ll give a quick TL;DR; A few years ago, I was frustrated with some of the idiosyncrasies of Microsoft’s C++ Unit Test Framework. I set out on a mission to develop a custom test adapter, toContinue reading “The one where we reverse engineered Microsoft’s C++ Unit Test Framework (Part 2)”