in reply to Re: Testing Question
in thread Testing Question
I find debugging output really helpful during development. I don't want to write-remove-write-remove debugging code ad-nausium. Plus, I often find that my problem really comes from somewhere other than the place where the symptoms are. If foo($thing) is breaking, but the problem is in the part that created $thing, I'd be much better off with complete debugging output, rather than having to put a bunch of stuff into foo(), just to discover that I need to put a bunch of stuff elsewhere. With reasonable debugging output, I'd already have both.
Thanks for the pointers on prove and diag!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Testing Question
by tirwhan (Abbot) on Feb 24, 2006 at 19:56 UTC | |
by pileofrogs (Priest) on Feb 24, 2006 at 20:21 UTC |