Comment Re:Reliable software uses assert() (Score 1) 170
And like well written code needs few comments, asserts are not a substitute for unclear code or for understanding the code that failed. A failed assert needs to be understood just like you need to understand why a regular code statement failed.
Soo, asserts is only needed for cases where the code it self does not fail fast enough.
Soo, asserts is only needed for cases where the code it self does not fail fast enough.