Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38369 invoked by uid 1010); 14 Aug 2007 18:21:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38354 invoked from network); 14 Aug 2007 18:21:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2007 18:21:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.175 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 66.249.92.175 ug-out-1314.google.com Received: from [66.249.92.175] ([66.249.92.175:14451] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/20-34622-AA2F1C64 for ; Tue, 14 Aug 2007 14:21:31 -0400 Received: by ug-out-1314.google.com with SMTP id c2so121425ugf for ; Tue, 14 Aug 2007 11:21:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=i5+uZBrI0lvikpOWHCee4Ra5PrDPOpVagCPVyRV1Y1SiTeTq46BbxN5aC/vRIZjAcAvN+yLksh494bY75UuEVOiN7Y91hEfzP+yePruIokNkGowq0fZFcA9shibOf+hy3m6wPcuYIFS7ZSIIur5p6r1S61PTE1vlAiMJlYkFLGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ZQIyP6yAJjeTJQy9Le84hdHDJXP1YxB0akY2ykO9wA8TIKlz98Qepp0bBso+KwJSIkv1Dw9h21kzKm7RgJWUjyNbUangz/aHvV8tCAqfV0b9LswTlVcHCWjIzM4chu3pT9iiOoaHp3eoXEsOeOmojfl2nQ0g19Dd0MVZrum3gzs= Received: by 10.143.19.5 with SMTP id w5mr705185wfi.1187115686248; Tue, 14 Aug 2007 11:21:26 -0700 (PDT) Received: by 10.143.33.15 with HTTP; Tue, 14 Aug 2007 11:21:26 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 14:21:26 -0400 Sender: david.coallier@gmail.com To: "Stanislav Malyshev" Cc: "Marcus Boerger" , "PHP Internals" In-Reply-To: <46C1EB6C.8000601@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46BE14B1.5050209@zend.com> <101178402.20070814174515@marcus-boerger.de> <46C1EB6C.8000601@zend.com> X-Google-Sender-Auth: 61a6e6f4b2b2a7a2 Subject: Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages] From: davidc@php.net ("David Coallier") On 8/14/07, Stanislav Malyshev wrote: > > OO. And anyway, are we struggling to find excuses here? Can we in no way > > ever at least try to be consistent in anything we do? That JS argument is an > > How "consistent" had acquired a meaning of "doing it my way"? There's > nothing inconsistent in the name "namespace" and it is very consistent > with what people understand - I quoted wiki on that. I'm still waiting > for that non-"C++ does it with braces" argument btw. > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I am for package because: - The keywords are actually the words used in similar technology as such as java and python - The single namespace per file is common to a package design but hey - No hierarchical namespaces (within one namespace) - I believe it will be easier to anyone who will be learning our namespace/package to keep on going learning other languages. Since the our implementation is very package like, it will not be so much confusing for someone in C++ that will be using namespaces and will be simple for someone coming from Java to use our package system (yet less complex than java, thanks for that) - For Stas (There are no brackets) :) - Because no one can say "Do you have a patch?" since there is already one made and ready to be applied. I now stand as a spectator. do I get a 2 cents or so ? :P 0x02 cents. D