in reply to Re^5: Self Testing Modules
in thread Self Testing Modules
... if your code is 100 lines, and your tests 1000 (a not unreasonably ratio IMO) ...
If you are writing 1000 lines of tests to verify 100 lines of code, your code is testing your tests, and not the other way around.
And frankly if you are using the test framework to get a pretty number telling you "XX.X% passed" then you aren't using the test framework properly.
It isn't a case of what I'm doing, it's what they do--and the reason I don't use them!
Anyway, i dont expect youll change your views..,
Nor do I expect others to eshew de rigueur based upon my rejection of it, but counterpoint is a goood thing wouldn't you agree?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Self Testing Modules
by demerphq (Chancellor) on Dec 19, 2005 at 00:20 UTC | |
|
Re^7: Self Testing Modules
by adrianh (Chancellor) on Dec 19, 2005 at 15:12 UTC |