User jan - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T15:38:42Z http://stackoverflow.com/feeds/user/133030 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1081409/why-should-i-use-asserts 6 Why should I use asserts? jan 2009-07-04T03:13:28Z 2009-08-07T17:11:24Z <p>I never got the idea of asserts -- why should you ever use them? </p> <p>I mean, let's say I were a formula driver and all the asserts were things like security belt, helmet, etc.</p> <p>The tests (in debug) were all okay, but now we want to do racing (release)! Should we drop all security, because there were no issues while testing? </p> <p>I will never ever remove them. I think most of the guys that claim that removing something comparable to asserts never profiled their code or the asserts were absolute displaced. I've never seen any real performance advantage especially regarding the 80 / 20 rule.</p> <p>So, am I missing the point somehow, or could anybody tell me, why I should use asserts? Btw, I'm using unit tests.</p> <p>cheers jan</p>