Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21488 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44934 invoked by uid 1010); 12 Jan 2006 15:55:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44919 invoked from network); 12 Jan 2006 15:55:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2006 15:55:14 -0000 X-Host-Fingerprint: 64.186.239.125 c-064-186-239-125.oc1.redwire.net Linux 2.5 (sometimes 2.4) (4) Received: from ([64.186.239.125:59557] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6E/6B-29075-2EB76C34 for ; Thu, 12 Jan 2006 10:55:14 -0500 Received: from warp (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 1BFBB40408F; Thu, 12 Jan 2006 07:55:10 -0800 (PST) To: Cc: 'Aidan Lister' , X-Mailer: Swwwing 2000 Message-ID: <11370812947200000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Thu, 12 Jan 2006 07:54:54 -0800 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: RE: [PHP-DEV] Re: Named arguments revisited From: frank@kromann.info ("Frank M. Kromann") > > If you have too many parameters that you want to start omitting parameters when calling a function, its probably time to refactor. > And if you have many parameters to functions you still need to look at the definition (or documentation) to figure out what parameters the function takes. It's not a big problem to look at the order at the same time. - Frank