Unit testing approaches
Some thoughts about how to structure tests and code to make testing easier.
My programming learnings
Some thoughts about how to structure tests and code to make testing easier.
A look at the problems using namespace can cause, and some alternatives to reach for instead.
A look at the string_view type to better understand when, where, and why it should (or should not) be used.
An overview of the handle lookup container (often referred to as a sparse set) and an analysis of one implementation.
An overview of how to sort a collection of elements that may be split over several arrays.
An overview of how to think about column vectors, row vectors and matrices.