Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79472 invoked by uid 1010); 6 Dec 2007 18:09:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79456 invoked from network); 6 Dec 2007 18:09:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2007 18:09:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=michaelm@swplumb.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=michaelm@swplumb.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain swplumb.com from 209.181.81.165 cause and error) X-PHP-List-Original-Sender: michaelm@swplumb.com X-Host-Fingerprint: 209.181.81.165 mail.swplumb.com Windows XP Pro SP1, 2000 SP3 Received: from [209.181.81.165] ([209.181.81.165:1332] helo=swplumb.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/12-15167-2CA38574 for ; Thu, 06 Dec 2007 13:09:07 -0500 Received: from michael-ms-computer.local [192.168.2.66] by swplumb.com with ESMTP (SMTPD-9.22) id A95102C0; Thu, 06 Dec 2007 11:02:57 -0700 Message-ID: <47583ABB.5050306@swplumb.com> Date: Thu, 06 Dec 2007 11:08:59 -0700 User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 CC: internals@lists.php.net References: <475713B2.4030802@iamjochem.com> <475719ED.8050306@zend.com> <200712052110.37023.larry@garfieldtech.com> <47576AEF.4030306@omegavortex.net> <5474E017-DF97-4B91-8FE0-7D6831E64F56@bitxtender.com> <47582DC0.2040004@zend.com> <16F02B8A-6394-4175-9473-C4967606386C@bitxtender.com> <4758362B.8070504@swplumb.com> <47583783.4010904@zend.com> In-Reply-To: <47583783.4010904@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Namespace From: michaelm@swplumb.com (Michael McGlothlin) >> I agree that braces are the way to go. Otherwise it's to easy to lose >> track of what namespace you're working with. > This is simple - you always have one namespace per file. Then it's best to not allow multiple namespaces for file. If you're not going to keep the syntax clean then don't do it. PHP already has the bad habit for many programmers to write totally unreadable code. It's darn near as bad as Perl in that area. No reason to make it worse. -- Michael McGlothlin Southwest Plumbing Supply