Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81482 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18492 invoked from network); 31 Jan 2015 12:41:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2015 12:41:39 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.43 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.43 mail-qa0-f43.google.com Received: from [209.85.216.43] ([209.85.216.43:62025] helo=mail-qa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/10-16633-28DCCC45 for ; Sat, 31 Jan 2015 07:41:38 -0500 Received: by mail-qa0-f43.google.com with SMTP id v10so23554889qac.2 for ; Sat, 31 Jan 2015 04:41:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fPKeUO4W7L+LAt4VnMLK9kJaAZ8LFbd8GmTlLcLRc10=; b=EXfZsRVrtnXj9nB2+dydtdevHKpyhklO4HxaSH/zRkcg2SGacwltlrmb+e4RzSQNaN 4ZPu6QJhw6pJ2P1iuh8nDmcPBJVWL1jEjkAm7wvTKbOXy6503aZ5u6YyjanlWc/7iZPN 0gQKXI5U23MwmkvfSJ2Hn8CsWXKtcMVCe65jmY6pTbccWMsWV/kPubxYhMPip+R1uIOd UP9u1zWDp+/E6lCMzQAUur5unirg/3ewG+okX5W1ab7+PQQNjG9hrnM6u1O8ukPRNlvT 7k5CketTYnEJ6TZVxclpa4vPB2CWv8Ne0Q/plc+lvpqezPLdPSq0jVZWdPjf6/941vXa +5OA== MIME-Version: 1.0 X-Received: by 10.224.24.132 with SMTP id v4mr22407265qab.17.1422708095338; Sat, 31 Jan 2015 04:41:35 -0800 (PST) Received: by 10.96.3.168 with HTTP; Sat, 31 Jan 2015 04:41:34 -0800 (PST) Received: by 10.96.3.168 with HTTP; Sat, 31 Jan 2015 04:41:34 -0800 (PST) In-Reply-To: <39.52.31101.2585BC45@pb1.pair.com> References: <54C8D36E.7010803@php.net> <39.52.31101.2585BC45@pb1.pair.com> Date: Sat, 31 Jan 2015 19:41:34 +0700 Message-ID: To: Tony Marston Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c2b49ea46ad5050df20ad1 Subject: Re: [PHP-DEV] [RFC] [VOTE] pecl_http From: pierre.php@gmail.com (Pierre Joye) --001a11c2b49ea46ad5050df20ad1 Content-Type: text/plain; charset=UTF-8 On Jan 30, 2015 6:09 PM, "Tony Marston" wrote: > > ""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". There is zero reason to discuss what has been approved and followed for years already. I will simply post the link to our CS as a reminder and ask everyone to read it if they never did: https://github.com/php/php-src/blob/master/CODING_STANDARDS --001a11c2b49ea46ad5050df20ad1--