Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98678 invoked by uid 1010); 20 Jul 2006 21:51:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98662 invoked from network); 20 Jul 2006 21:51:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 21:51:21 -0000 X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:50871] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 26/7F-29121-726FFB44 for ; Thu, 20 Jul 2006 17:31:20 -0400 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k6KLVFPr016479; Thu, 20 Jul 2006 14:31:16 -0700 Message-ID: <44BFF61C.2040104@lerdorf.com> Date: Thu, 20 Jul 2006 14:31:08 -0700 User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060516) MIME-Version: 1.0 To: Pierre CC: internals@lists.php.net References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: rasmus@lerdorf.com (Rasmus Lerdorf) Pierre wrote: > On 7/20/06, Derick Rethans wrote: >> On Thu, 20 Jul 2006, Pierre wrote: >> >> > > where >> > > possible. Each word in the class name should start with a capital >> > > letter, >> > > without underscore delimiters (CampelCaps starting with a capital >> > > letter). >> > > The class name should be prefixed with the name of the 'parent >> set' >> > > (e.g. >> > > the name of the extension). >> > > >> > > Good: >> > > 'Curl' >> > >> > Curl is good but not Zip? Should I use ZipZip? Come one, it is >> ridiculuous. >> >> It is, but alternatives such as ZipFile, ZipArchive can work just as >> well. IMO the classnames should be nouns... and what does "Zip" itself >> really say? > > Do you really ask me what Zip say? Well, in the US at least, Zip says Zip Code to me. Zip compression would be my second guess so it isn't completely obvious. -Rasmus