Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78283 invoked from network); 19 Oct 2008 11:27:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Oct 2008 11:27:34 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:40935] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/E5-29559-4A91BF84 for ; Sun, 19 Oct 2008 07:27:34 -0400 Received: from MBOERGER-ZRH.corp.google.com (17-64.106-92.cust.bluewin.ch [92.106.64.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id DDA9E11F099; Sun, 19 Oct 2008 13:27:29 +0200 (CEST) Date: Sun, 19 Oct 2008 13:24:43 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1194066130.20081019132443@marcus-boerger.de> To: "David Coallier" CC: "Lester Caine" , "PHP internals" In-Reply-To: References: <48F89F19.9040405@croscon.com> <48F8D221.4090805@rowe-clan.net> <610432496.20081018230350@marcus-boerger.de> <798986500.20081018235654@marcus-boerger.de> <6F.F1.37817.AC67AF84@pb1.pair.com> <48FADBF9.1030704@lsces.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Namespace issues From: helly@php.net (Marcus Boerger) Hello David, Sunday, October 19, 2008, 1:02:21 PM, you wrote: >>>> >>> shift+;(x3) vs \ >> > Ok I'll try to make a very neutral comment. For the moment most are > still using an english keyboard (no matter which english in this case > and I'd actually be interested in knowing numbers for a fact if > anyone's got something) and ergonomically speaking, ::: is much easier > to type than \ for those who actually learned to type with the adsf > jkl; keyboard. When you learn typing you usually learn to type using > the left-hand side shift key for "most" of the letters/words, for > instance typing : doesn't require a movement of the right hand since > your pinky is already on the ; key whereas the \ key requires a > "not-so-used" movement of the hand. > Anyways, I was just saying that without considering the question > because I absolutely don't feel like redicussing this over and over. > We have had a massive list fight over 3-4 years ago about it and I'm > not getting into this one. All good points :-) So for typing it sounds to me like both would work as a compromise well enough. Also on a german keyboard layout a backslash is in the same category than the ':'. Personally I think however that I would to often confuse myself with typing '::' vs ':::'. Often enough I find myself typing the wrong char, typing delete as many times as necessary to go back to the wrong char and then typing correct again. And in those case I mostly do not look at the screen. I look at the keyboard to ensure I type what I wanted, fixing my hand position, no longer seeing whether that is what I needed to type. And this works for '::' vs '\' becasue they are completely different but I think it does not work for '::' vs ':::', simply becasue that is not a different enough and probably I know what to type always but confusing myself with hitting the key the right amount of times. The other parts are: a) do we need one - I think so - because it means we solve any issue once and forever b) what reads better ':::' or '\'. Personally I think both work fine for me. But I agree with Steph that other people might have a hard time differenciating them. > -- > Slan, > David Best regards, Marcus