in reply to Re: Perl debugging - a look at 'beta' mechanism
in thread Perl debugging - a look at 'beta' mechanism
I'm like tilly, I work on a test environment with a smaller dataset then on production.
I also break down the code to small subroutines I can test seperated. So afterwards when I do the whole integration test of my application, it's a test if the logic is right and not if I made a perl mistake...
--
My opinions may have changed,
but not the fact that I am right
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Perl debugging - a look at 'beta' mechanism
by metadoktor (Hermit) on Jan 11, 2002 at 17:06 UTC |