Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24771 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6685 invoked by uid 1010); 20 Jul 2006 19:38:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6669 invoked from network); 20 Jul 2006 19:38:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 19:38:42 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:55503] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 58/A7-29121-2CBDFB44 for ; Thu, 20 Jul 2006 15:38:42 -0400 Received: from baumbart.mbo (dslb-084-063-032-043.pools.arcor-ip.net [84.63.32.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id D6F9735C207; Thu, 20 Jul 2006 21:38:39 +0200 (CEST) Date: Thu, 20 Jul 2006 21:38:56 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <916918959.20060720213856@marcus-boerger.de> To: Pierre Cc: Jani Taskinen , internals@lists.php.net In-Reply-To: References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: helly@php.net (Marcus Boerger) Hello Pierre, Thursday, July 20, 2006, 12:08:10 PM, you wrote: > Hello, >> [7] Classes should be given descriptive names. Avoid using abbreviations 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. When Derick began with Date naming it different was rediculous, too. Why not ZipFile, ZipArchieve, ZipClass or PhpZip. At least the latter probably noone has used so far. And i can only repeat myself, it seems highly likely that there are classes named Zip out there. Best regards, Marcus