in reply to Re: Re: Re: Documenting Methods/Subs
in thread Documenting Methods/Subs
I'm not actually that much of a fan of enforcing object types in method signatures to be honest because it can lead to a certain amount of pain at testing time, ...
my %p = validate( @_, { bar => { can => 'do_that_thang' } } );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Documenting Methods/Subs
by pdcawley (Hermit) on Jan 16, 2003 at 08:16 UTC | |
by adrianh (Chancellor) on Jan 17, 2003 at 17:41 UTC | |
by pdcawley (Hermit) on Jan 19, 2003 at 02:01 UTC | |
by adrianh (Chancellor) on Jan 19, 2003 at 09:38 UTC | |
by pdcawley (Hermit) on Jan 19, 2003 at 18:51 UTC | |
|