Finally I want to point out that using assert is not ERROR checking (file not found, IP address not resolved, TCP connection failed, system resource failed to allocate, etc.) but BUG checking.
Do not write code for BUGS.
I have nothing to add, but am quoting the above because it is very well put.
Comments
I have nothing to add, but am quoting the above because it is very well put.