Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3608 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94319 invoked from network); 26 Jul 2003 00:29:45 -0000 Received: from unknown (HELO alanathome.ossc.com.hk) (202.81.246.113) by pb1.pair.com with SMTP; 26 Jul 2003 00:29:45 -0000 Received: from alanportable2.akbkhome.com ([192.168.0.184] helo=akbkhome.com) by alanathome.ossc.com.hk with esmtp (Exim 4.20) id 19gCxs-0003w9-EV; Sat, 26 Jul 2003 08:31:12 +0800 Message-ID: <3F21C6A8.1070606@akbkhome.com> Date: Sat, 26 Jul 2003 08:09:12 +0800 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Justin Hannus CC: internals@lists.php.net References: <20030725173204.3255.qmail@pb1.pair.com> In-Reply-To: <20030725173204.3255.qmail@pb1.pair.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] resepcting naming/style conventions From: alan@akbkhome.com (Alan Knowles) Justin Hannus wrote: >When writing an extension for an API (non-oop) that uses "studlyCaps" naming >style, which naming style should be respected? PHP's underscore_delimited >naming or the existing API's studlyCaps style? > http://cvs.php.net/co.php/php-src/CODING_STANDARDS under_score_delimited basically.. Regards Alan > >-- >Justin Hannus > > > > >