Assert
The assert is one of the most important, indispensable, underused devices in a programmer’s toolkit.
One thing that I’ve found is that I can’t live without is the assert mechanism. In fact, it’s the first thing I wrote in my home codebase… so I’ve decided to compile a centralized synopsis to help give readers a detailed overview.