Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24756 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69754 invoked by uid 1010); 20 Jul 2006 10:28:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69738 invoked from network); 20 Jul 2006 10:28:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 10:28:14 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.171 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.171:49637] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id FD/F1-29121-D065FB44 for ; Thu, 20 Jul 2006 06:08:14 -0400 Received: by ug-out-1314.google.com with SMTP id k3so805411ugf for ; Thu, 20 Jul 2006 03:08:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qt5W4CAAF35LR9oMnyhPmH9hpekZdqif5q3YAX2+zsWLxaQ3HFfh1uN31oNynHjJcHXPXeW+4fKDy6yJP9jeApV4bDJIpSMtgwC6e1duhGDLu16h2uMqZPg9xSKuSeLBoGLrw/IKvBoFdYnK3/CaGqXUPrEuzK+p33BMKQ6gvY8= Received: by 10.66.220.17 with SMTP id s17mr1735002ugg; Thu, 20 Jul 2006 03:08:10 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Thu, 20 Jul 2006 03:08:10 -0700 (PDT) Message-ID: Date: Thu, 20 Jul 2006 12:08:10 +0200 To: "Marcus Boerger" Cc: "Jani Taskinen" , internals@lists.php.net In-Reply-To: <1184012601.20060720095137@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: pierre.php@gmail.com (Pierre) 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. -- Pierre