in reply to Re^4: Does anybody write tests first?
in thread Does anybody write tests first?
And yet I've seen it catch real bugs in real code.
Sorry, but you'll have to explain to me how testing that perl can load a module detected a bug, that you would have missed by allowing perl to report:
Can't locate object method "new" via package "Some::Module" (perhaps you forgot to load "Some::Module"?) at...
?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Does anybody write tests first?
by chromatic (Archbishop) on Feb 22, 2008 at 18:57 UTC | |
by BrowserUk (Patriarch) on Feb 22, 2008 at 21:00 UTC | |
by chromatic (Archbishop) on Feb 22, 2008 at 21:28 UTC |