Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44610 invoked from network); 14 Feb 2015 18:33:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2015 18:33:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.177 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.217.177 mail-lb0-f177.google.com Received: from [209.85.217.177] ([209.85.217.177:52078] helo=mail-lb0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/50-41866-8F49FD45 for ; Sat, 14 Feb 2015 13:33:29 -0500 Received: by mail-lb0-f177.google.com with SMTP id z11so20869495lbi.8 for ; Sat, 14 Feb 2015 10:33:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=G0KBXrNa6AW8sUaIAetJ1K4vBGQklZM6Sn6zMhi7RG4=; b=RtFk0MDSg2EBxBq+s6H3JYRX0UD0xnYhDTX/IGPNgZB9ike2yLoDKihGfL5Tc7y9sh +X2MrnNZdl0Pjz3qwksVW428JB67phoh6AV8ii85+QlXMpXBNmKJzPewfvTBkc642Bud TUoifsMRdPMRKL79mXKns3WZqRn4ynAN/jIGhdMSne8NX9Xz1aeBHNyHodqBN/pqKkrB IhiQRxNgmLQl5XLyfMPPk7vmzgJQGXUYME30hplU4xq9rKErrIWo1A5VuFsLrZy8efJN mC73FTaH9R4nbjwkit7SP+HiErsrgTorcbLm578jUs6gjA4PJqjAEr20Nvs9S33QWu1m THMw== X-Received: by 10.112.199.39 with SMTP id jh7mr14004610lbc.46.1423938804992; Sat, 14 Feb 2015 10:33:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.21.101 with HTTP; Sat, 14 Feb 2015 10:33:04 -0800 (PST) Reply-To: marcio3w@gmail.com In-Reply-To: <54DF8DEB.50402@fischer.name> References: <54DF8DEB.50402@fischer.name> Date: Sat, 14 Feb 2015 15:33:04 -0300 Message-ID: To: Markus Fischer Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c32cf0a75454050f10964b Subject: Re: [PHP-DEV][RFC][VOTE] Group Use Declarations From: marcio.web2@gmail.com (Marcio Almada) --001a11c32cf0a75454050f10964b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Markus, > > - cognitively *I* can much easier glance through to "find" something. > Because my eyes just have to scan up/down on the same character column > That's very subjective. Have you seen the use case regardless of patch diffs on the RFC? Or the other examples given? > - It's not alphabetically sorted (which just is important to "find" > things for a human, IMHO). No problem! Good text editors allow to sort a > selected text area alphabetically. Good look trying that with the group > syntax; this requires manual labor work or tooling. > Interesting. But if you think it straight you will see that both proposed syntax addition and current syntax will need tooling or manual labor to be maintained in alphabetical order. Sorry, but this is not a real argument. Sincerely, M=C3=A1rcio Almada > - Markus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11c32cf0a75454050f10964b--