RSSAmplifier

Blog

Tom Hulton-Harrop | Blog

My programming learnings

tomhultonharrop.comRSS feed ↗6 posts

Latest posts

Unit testing approaches

Some thoughts about how to structure tests and code to make testing easier.

Using namespace considered harmful

A look at the problems using namespace can cause, and some alternatives to reach for instead.

To string_view, or not to string_view

A look at the string_view type to better understand when, where, and why it should (or should not) be used.

Handle lookup container (sparse set)

An overview of the handle lookup container (often referred to as a sparse set) and an analysis of one implementation.

Sorting indirectly

An overview of how to sort a collection of elements that may be split over several arrays.

Column vectors, row vectors, and matrices (for games)

An overview of how to think about column vectors, row vectors and matrices.