Today on Andrzej's blog:
Using assertions
by Andrzej Krzemieński
From the article:
This post is a response to my recent encounters with fellow programmers who appear to me to be missing the point of assertions and fail to appreciate their usefulness. The first post I have ever written here was on assertions, I still find it good, so there is no need to repeat it; here I will only describe how I observe people treat assertions and why I believe it is wrong.
I am reviewing the following code...
Add a Comment
Comments are closed.