Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70671 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5454 invoked from network); 16 Dec 2013 19:09:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2013 19:09:05 -0000 Authentication-Results: pb1.pair.com header.from=alexander.deruwe@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=alexander.deruwe@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.180 as permitted sender) X-PHP-List-Original-Sender: alexander.deruwe@gmail.com X-Host-Fingerprint: 209.85.223.180 mail-ie0-f180.google.com Received: from [209.85.223.180] ([209.85.223.180:55823] helo=mail-ie0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/DC-32483-0DF4FA25 for ; Mon, 16 Dec 2013 14:09:05 -0500 Received: by mail-ie0-f180.google.com with SMTP id tp5so7046692ieb.39 for ; Mon, 16 Dec 2013 11:09:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=sYE7p1DlLIpIFrwi5knLUMZwvIFHq2AOLD3lVvcYoAY=; b=L+HexVDTo8QG36Z75HuLHfVXZf3RV3CkppNXhKJGER+hD0+ZVStV0iDAxeCrGXgV7B 3JH4YeDzCBquVqjdLutcpdmUr1KnBdE4/p9Ah/7D9JokIXe896CiB2+saG2nG/e4/2X0 BWSVbjIlcupVE33P5Kr2u1noqijv8YDnWfi9UKLm8D9/WlPHHf/UfkvSeEV6mUiqoK7E jS048HECrVgaeahBcHekqo8osOi3sjxYoFWdn3gV7OMvP5M/gIxgLHyM5oKFwND14Rce s+s6VHWvKlMnr1p/Nhgr5eUDUcRE7xLh3pF23x6MSFZpBObgRsq/7EW4minJa7DyPp20 hzsA== X-Received: by 10.50.117.103 with SMTP id kd7mr16607805igb.4.1387220941814; Mon, 16 Dec 2013 11:09:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.52.146 with HTTP; Mon, 16 Dec 2013 11:08:41 -0800 (PST) In-Reply-To: <52AF4DD3.1090609@cerny-online.com> References: <52ABFE84.8010404@cerny-online.com> <52AF4383.3070406@gmail.com> <52AF4DD3.1090609@cerny-online.com> Date: Mon, 16 Dec 2013 20:08:41 +0100 Message-ID: To: Robert Cerny Cc: PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Flexible function naming From: alexander.deruwe@gmail.com (Alexander Deruwe) On Mon, Dec 16, 2013 at 8:00 PM, Robert Cerny wrote: > My emphasis is on consistency *within* a project, not between. I am thinking > of applications mainly, not libraries. I don't normally post here ... but in this instance I felt compelled. Given enough developers, this RFC will not help you attain consistency without your project, quite the contrary, as each developer will finally reach for "her preferred way". Wrap it if you don't like it is about the best we can do here, and really, it's not a huge problem in any case. Alexander