Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32341 invoked by uid 1010); 3 Dec 2003 22:14:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32317 invoked from network); 3 Dec 2003 22:14:31 -0000 Received: from unknown (HELO molly.0x539.de) (217.28.101.185) by pb1.pair.com with SMTP; 3 Dec 2003 22:14:31 -0000 Received: from pd9547754.dip.t-dialin.net ([217.84.119.84] helo=leetspeak.org) by molly.0x539.de with asmtp (Exim 4.14) id 1ARfCJ-0006EN-BC for internals@lists.php.net; Wed, 03 Dec 2003 23:10:15 +0100 Message-ID: <3FCE6046.8070509@leetspeak.org> Date: Wed, 03 Dec 2003 23:14:30 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030924 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <5.1.0.14.2.20031203223915.02f7fb00@127.0.0.1> <62044F50-25D3-11D8-A17A-000393B2B3C0@omniti.com> In-Reply-To: <62044F50-25D3-11D8-A17A-000393B2B3C0@omniti.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] StudlyCaps From: cm@leetspeak.org (Michael Walter) George Schlossnagle wrote: > My vote is on StudlyCaps for class method and attribute names. This is > the standard in many OO languages (SmallTalk, C#, Java - as a > parenthetical I don't think that SmallTalks adoption of StudlyCaps (one > of the first I'm aware of) had anything to do with _ rendering), and > while we do not need to mimic other languages, adopting common > conventions is a good thing. On the other hand, there are Common Lisp (foo-bar-baz), Python (mostly foobarbaz) and Ruby (mostly foo_bar_baz).