Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81414 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11491 invoked from network); 30 Jan 2015 10:10:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2015 10:10:44 -0000 X-Host-Fingerprint: 80.177.120.119 marston-home.demon.co.uk Received: from [80.177.120.119] ([80.177.120.119:21080] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/D2-31101-4A85BC45 for ; Fri, 30 Jan 2015 05:10:44 -0500 Message-ID: To: internals@lists.php.net References: <54C8D36E.7010803@php.net> In-Reply-To: Date: Fri, 30 Jan 2015 10:09:16 -0000 Lines: 1 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 X-Posted-By: 80.177.120.119 Subject: Re: [PHP-DEV] [RFC] [VOTE] pecl_http From: TonyMarston@hotmail.com ("Tony Marston") ""Pavel Kouril"" wrote in message news:CAB6YZuzyMBAa5i3f9NsvebG2B7YJvO4RyVpy-eac78rsOJxdhQ@mail.gmail.com... > >On Wed, Jan 28, 2015 at 1:17 PM, Michael Wallner wrote: >> Hi, >> > >Hello, > >just one observation - would be the name of the classes and namespaces >stay the same after merging? I personally find the lowercased >namespace name kinda weird, given that most of code written in PHP >I've seen is using CamelCase. Just because that most of the code YOU have seen uses CamelCase does not mean that CamelCase is the "standard". I programmed in other languages for over 20 years before I switched to PHP, and in those languages the standard was snake_case. That is the standard I still use, and I will object most strongly to the notion that I should change the habits of a lifetime just to suit the personal preferences of a junior programmer. By "junior" I mean "years of experience", not "job title". -- Tony Marston