Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33787 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93932 invoked by uid 1010); 6 Dec 2007 04:18:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93917 invoked from network); 6 Dec 2007 04:18:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2007 04:18:03 -0000 Authentication-Results: pb1.pair.com header.from=malterisio777@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=malterisio777@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.184 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: malterisio777@gmail.com X-Host-Fingerprint: 209.85.198.184 rv-out-0910.google.com Received: from [209.85.198.184] ([209.85.198.184:23243] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/01-12052-AF777574 for ; Wed, 05 Dec 2007 23:18:03 -0500 Received: by rv-out-0910.google.com with SMTP id k15so90926rvb for ; Wed, 05 Dec 2007 20:18:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=FSNUbrL458a0ZUigb+pGbNYbJRfiSRx4ck7LsbWCKRg=; b=KotVzyTAABV+sfV0q44WGqAKwWLiZNXZxZ3uVATgzYc4wz5r1WKvNnQ2bhYSaAFgzLT3DtXpZZ6A3m/W7CmrYrWbGjtvHSeckO+KL58AZX1rS+bxAknosUcj7z44z7+AEMV4/hYDlmoCm7iX1MfenY1PGOmlW3zQYBItKf7YRso= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=BYwZm66X8cLIGO7gIlLR/VXc9TJNpfPtGKJlvs+fuy528ux0oOdwv22TE8/6QZzo+BObHhxhCwwpkVLSxjpD+c3qxdWb+HbYN3qwweTxQ75yRRVgYokXBLABoSQNzoe4ASu1cMC92Lc0moq6MHAd8NsFT60UA7lL8qAd0beoc34= Received: by 10.142.237.20 with SMTP id k20mr1458846wfh.1196914680399; Wed, 05 Dec 2007 20:18:00 -0800 (PST) Received: by 10.142.157.9 with HTTP; Wed, 5 Dec 2007 20:18:00 -0800 (PST) Message-ID: <52dbac0f0712052018r1c89448ah23c33c5586171cfc@mail.gmail.com> Date: Thu, 6 Dec 2007 01:18:00 -0300 To: "Jochem Maas" Cc: "Stanislav Malyshev" , "Derick Rethans" , "PHP Developers Mailing List" In-Reply-To: <475713B2.4030802@iamjochem.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4302_32839454.1196914680391" References: <4755FB31.2050901@zend.com> <4756E3AF.2070703@zend.com> <4756EC80.1070500@iamjochem.com> <4756F146.3050306@zend.com> <4756F740.3060800@iamjochem.com> <4757060A.8040008@zend.com> <475713B2.4030802@iamjochem.com> Subject: Re: [PHP-DEV] Namespace From: malterisio777@gmail.com ("Martin Alterisio") ------=_Part_4302_32839454.1196914680391 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/12/5, Jochem Maas : > > metrics that support your argument that namespaces will make code more > maintainable, offer better structure and cleaner code. > > Metrics aren't needed. I believe the almost 5 decades of OOP languages using some sort of classes grouping and organization, added together to the possibility of defining encapsulation at this level, is proof enough that this feature, as we now call it "namespaces" is good enough for the job. And if not, at least it'll be sugar coating for those who have sweet tooth. ------=_Part_4302_32839454.1196914680391--