in reply to Re^2: Analyzing large Perl code base.
in thread Analyzing large Perl code base.
Note: you will find that many of your tests will be wrong ... and that's good. :-)
Update: As adrianh says, you shouldn't write whitebox tests - you should be writing tests for how the rest of the code expects your modules to work. In other words, API tests. Remember - you're planning on ripping the guts out ASAP. You just want to make sure that the rest of the code doesn't die while you're working.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Analyzing large Perl code base.
by adrianh (Chancellor) on Apr 16, 2005 at 14:49 UTC | |
by dragonchild (Archbishop) on Apr 18, 2005 at 12:43 UTC |