On Saturday 15 November 2003 05:41, Ulrich Mayring wrote:
And I hate unit-testing, I'd rather prove my code correct ;-)
You never miss an opportunity to point this out, LOL...
Curious, how can you "prove" anything without running it?
Very hard, but all I said was I'd rather do that than do unit-testing ;-)
The thing is that of the bugs I have in my software, 99% would not have been caught by unit tests, because they are runtime bugs (integration, error management, external resources etc.). The remaining 1% are trivial bugs such as typos, which take me about 1 minute to fix.
I do think that for developing frameworks with many well-defined interfaces there may be some value in unit testing.
Although there is probably a good reason why it's not done systematically at Avalon ;-)
Ulrich
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
