testing How to write a good unit test When writing unit tests, remember to make them BRIEF: Brief, Reliable, Independent, Explicit, Focused.
c++ How to check that a function is constexpr This post gives a simple technique to verify that a C++ function can be evaluated at compile time.