I always prefer more flexibility so one thing I'd like to see is call
signatures that can take a hash or list of hashrefs so I can write:

        $y = { three => 'tre' };
        $x->(one => 'ett', two => 'tva', $y, etc => 'whatever');

-----Original Message-----
From: sungo [mailto:[EMAIL PROTECTED]
Sent: Monday, July 26, 2004 6:48 AM
To: David Davis
Cc: [EMAIL PROTECTED]
Subject: Re: New PoCo Guidelines


On (07/25 16:56), David Davis wrote:

> -call conventions (use hashrefs instead of arrays?)

are you talking about the insides of a component object? if so, don't
meddle there. any guidelines for components really need to stick to
interface alone. let the components do what is necessary to get their
jobs done.

--
sungo
http://eekeek.org

Reply via email to