i can't use Moose cause of legal & corporate issues. lets not dwell on this, its a life fact and we came to peace with it. unit testing will take us a long way, but not long enough. a major chunk of our code rely on the output of other components which at times cannot be covered in a unit test. so we're left with some of the code checked, while some use cases might slip the coder & reviewer's keen eyesight and pop like mushrooms on a dung heap at a customer's site... not a pleasant thought...
On Tue, Nov 23, 2010 at 5:29 PM, Antony Gelberg <antony.gelb...@gmail.com>wrote: > On 23/11/10 17:26, Ronen Angluster wrote: > > *my $object = Some::Class->new(directive1 => $value1);* > > if i'll call > > *$object->some_,method_that_does_not_exist();* > > the only way i'll find out about the problem is in run time!!!! > > Oops, my mistake, hit send too soon. Anyway, don't you find unit tests > help with this kind of scenario? > > Antony > _______________________________________________ > Perl mailing list > Perl@perl.org.il > http://mail.perl.org.il/mailman/listinfo/perl >
_______________________________________________ Perl mailing list Perl@perl.org.il http://mail.perl.org.il/mailman/listinfo/perl