Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101057 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64847 invoked from network); 4 Nov 2017 22:48:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Nov 2017 22:48:10 -0000 X-Host-Fingerprint: 95.148.70.12 unknown Received: from [95.148.70.12] ([95.148.70.12:26927] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/D2-09857-AA34EF95 for ; Sat, 04 Nov 2017 17:48:10 -0500 Message-ID: <39.D2.09857.AA34EF95@pb1.pair.com> To: internals@lists.php.net References: Date: Sat, 4 Nov 2017 22:48:05 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 95.148.70.12 Subject: Re: Proposal: Rename image functions From: ajf@ajf.me (Andrea Faulds) Hi Andreas, Andreas Treichel wrote: > For a better readability of the gd functions I would like to rename them > so that they contain underscores to separate the words. From my perspective, GD's function names are a documentation problem. They're perfectly readable if typed in camelCase, as I do in my code, but the manual insists on lowercase here. I would argue we should simply make the manual deliberately break with convention for this extention, and document in camelCase. Thanks. -- Andrea Faulds https://ajf.me/