Category Archives: Articles

Assert

This article is a deep-dive into one of the most important, indispensable, underused devices in a programmer's toolkit: assert. It examines the discussions found in several references, outlines the proper use of assert, and offers some advice on creating a custom assert in C++.