show/hide this revision's text 3 added 2 characters in body

I never got the idea of asserts -- why should U you ever use them?

I mean, let's say I were a formula driver and all the asserts were things like security belt, helmet, etc.

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?

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.

So, am I missing the point somehow, or could anybody tell me, why I should use asserts? Btw, I'm using unit tests.

cheers jan

show/hide this revision's text 2 Added assertion tag.

Why should I use assertswhy?

i

I never got the idea of asserts -- why should i U ever use them?

i

I mean, let's say i was I were a formula driver and all the asserts were things like security belt, helmet, etc

the .

The tests (in debug) were all okay, but now we want to do racing (release)! should Should we drop all security, because there were no issues while testing?

i

I will never ever remove themme . I think , most of the guys , that claim , that removing something comparable to asserts , never ever did profile profiled their code or the asserts were absolute displacedi've . I've never seen any real performance advantage especially regarding the 80 / 20 rule

so.

So, am i I missing the point somehow, or could anybody tell me, why i I should use asserts? btwBtw, i'm I'm using unit tests.

cheers jan

show/hide this revision's text 1

asserts why?

i never got the idea of asserts why should i ever use them?

i mean, let's say i was a formula driver and all the asserts were things like security belt, helmet, etc

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?

i will never ever remove them me think, most of the guys, that claim, that removing something comparable to asserts, never ever did profile their code or the asserts were absolute displaced i've never seen any real performance advantage especially regarding the 80 / 20 rule

so, am i missing the point somehow, or could anybody tell me, why i should use asserts? btw, i'm using unit tests

cheers jan