When an assert goes off what does it mean? In the codebases I work in, a failing assert doesn’t always indicate that the code is about to fail. There actually are several conditions that we want to check with asserts.
Read more:
What does a failing Assert() mean?