Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20613 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51498 invoked by uid 1010); 27 Nov 2005 00:35:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51481 invoked from network); 27 Nov 2005 00:35:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2005 00:35:13 -0000 X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Linux 2.5 (sometimes 2.4) (4) Received: from ([80.237.132.12:42867] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4A/6A-56276-04FF8834 for ; Sat, 26 Nov 2005 19:35:12 -0500 Received: by wp005.webpack.hosteurope.de running Exim 4.43 using esmtpa from dslb-084-057-003-238.pools.arcor-ip.net ([84.57.3.238] helo=[192.168.0.100]) id 1EgAVa-0000ae-4p; Sun, 27 Nov 2005 01:35:10 +0100 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <161F06A2-708F-4B70-8FCE-7147F5228F86@aplosmedia.com> References: <20.BA.56276.A1BC8834@pb1.pair.com> <4388CE54.6060606@gmail.com> <4388D60F.8010103@gmail.com> <1A.E8.56276.F23F8834@pb1.pair.com> <4388FAFD.1080706@album.co.nz> <161F06A2-708F-4B70-8FCE-7147F5228F86@aplosmedia.com> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-ID: Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Date: Sun, 27 Nov 2005 01:35:09 +0100 X-Mailer: Apple Mail (2.746.2) Subject: Re: [PHP-DEV] Re: namespace separator ideas From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) If we rule out :::, it should be <- instead. Foo:>bar:>Baz::getTest()->foo(); vs Foo<-bar<-Baz::getTest()->foo(); The latter looks better to me. I'd still prefer Foo:::bar:::Baz::getTest()->foo(); though. - David Am 27.11.2005 um 01:28 schrieb Eric Coleman: > I'd have to vote for either <- or :>. I perfer the later. > > \ is kinda crappy. Looks weird, as does %%. Looks like a mess. > > -- Eric Coleman > > > On Nov 26, 2005, at 7:17 PM, Jasper Bryant-Greene wrote: > >> Oliver Gr=E4tz wrote: >>> Oliver Gr=E4tz schrieb: >>>> :> <:: <- <: .. >>> Whoops, forgot to add "%%" >> >> +1 for <- here. It makes namespace hierarchies resemble diagrams =20 >> of the same hierarchies (like inheritance in UML). It also =20 >> visually makes sense, isn't hard to type, and doesn't look like a =20 >> smiley (like :> etc). >> >> --=20 >> Jasper Bryant-Greene >> General Manager >> Album Limited >> >> +64 21 708 334 >> jasper@album.co.nz >> >> --=20 >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >