Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48128 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82208 invoked from network); 28 Apr 2010 21:58:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2010 21:58:28 -0000 Authentication-Results: pb1.pair.com header.from=shadda@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=shadda@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.178 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: shadda@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-iw0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:54139] helo=mail-iw0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/74-60458-48FA8DB4 for ; Wed, 28 Apr 2010 17:58:28 -0400 Received: by iwn8 with SMTP id 8so7223677iwn.16 for ; Wed, 28 Apr 2010 14:58:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=UKNUSJBVQ+1yNB8P5PKvVQIm72wHz0lRRhpaiapZ7gA=; b=Bnu7w03Vs3ANqFPOjsK4+gDJaJLDxk1ZfEiLPyEH62kzF3O5xFs7edflme0shimBHf P/ziOzwsQCbOYAxy5CpZB7BvANyiB1seEjwicS5vBqHmDWAaj7HlIG0UPTwM7RnuZ+zm rcZIVXlCn2+4qE/oJdhNOgr/Q3ZJrLjjlqCWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=VGbvtKgcd847Pc5LQlGi+VdIljRpRB6+2AzDuN9IGYpSUSiUo/Ej2mqxfI+1pkxYF1 /G+tBgUxinrcISPOX41zyoYx1mpB1uSS+KbnKl2PB/8FcqCyn6JxNn3O48QT/qQaKe3C 9JYAdKiFHeYfpmimXcUcHfZz2Ceh3jqkwDZNg= Received: by 10.231.171.80 with SMTP id g16mr1063278ibz.89.1272491905801; Wed, 28 Apr 2010 14:58:25 -0700 (PDT) Received: from [192.168.102.75] ([204.137.29.242]) by mx.google.com with ESMTPS id 20sm207757iwn.9.2010.04.28.14.58.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Apr 2010 14:58:24 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=windows-1252 In-Reply-To: <1272491141.3021.59.camel@kheops> Date: Wed, 28 Apr 2010 16:58:23 -0500 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <1272491141.3021.59.camel@kheops> To: sylvain@abstraction.fr X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] backslash, really ... ? From: shadda@gmail.com (Matt Wilson) So, you decided to jump in to criticize a design decision that went in = after several months of discussion, without any insight into why it was = done the way it was? On Apr 28, 2010, at 4:45 PM, Sylvain Rabot wrote: > Hi, >=20 > The comment I'm about to make is behind the times, and, now, useless, = I > know, but I can't hold me. >=20 > You chose for the namespace feature, a great feature besides, the > backslash ?? really ?? Come on guys, among all the possibilities, you > have chosen, according to me, the most hideous character possible. >=20 > Having Windows=A9=AE=99 path like strings in the middle of source code = is not > something that is going to make me use the feature. >=20 > PHP syntax was simple, clean. To me, the backslash token ruins > everything. Using it aside from escaping was something I have never > considered, have you ? Do you like it ? >=20 > The goal of backslash was maybe to highlight namespace in the source > code, if it was, congrats, we only see that now. > To my opinion it breaks all esthetic's balance of a source code. >=20 > No need to respond that I should have contribute to the choice, = believe > me, if I could have, I would have. >=20 > This was just the comment of a simple guy which is very concerned = about > source code esthetic's and believes that a neat, well balanced code is > more likely to be well maintained that any other one. >=20 > Best regards. >=20 > --=20 > Sylvain Rabot