Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 43356 invoked from network); 7 Aug 2006 02:50:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 02:50:01 -0000 Received: (qmail 59396 invoked by uid 500); 7 Aug 2006 02:50:01 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 59358 invoked by uid 500); 7 Aug 2006 02:50:00 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 59349 invoked by uid 99); 7 Aug 2006 02:50:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2006 19:50:00 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of formofmind@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2006 19:50:00 -0700 Received: by nf-out-0910.google.com with SMTP id a25so656684nfc for ; Sun, 06 Aug 2006 19:49:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XFtarAYzhmh3GZHCg6JBNTCH6ziVnbFS9VBFM42igVfB2Ki6y8a/MkiPeofGVQR0TOnjlJ9WWbn4d3QuZ1SZf/N15Y23iHzHN7PFwu6F3Np0mC10C91ADRJreYzUgdCXf6ZVAwFtjWmU+0WianqzyZsnZNx3ZkLxvqd+kch1bQ4= Received: by 10.48.242.19 with SMTP id p19mr651206nfh; Sun, 06 Aug 2006 19:49:38 -0700 (PDT) Received: by 10.48.202.1 with HTTP; Sun, 6 Aug 2006 19:49:38 -0700 (PDT) Message-ID: <245fa21e0608061949h636aadb4x6b1a00707abc4ac9@mail.gmail.com> Date: Sun, 6 Aug 2006 19:49:38 -0700 From: "Charles Adkins" To: abdera-dev@incubator.apache.org Subject: Re: Misc comments In-Reply-To: <1f2ed5cd0608060201h795e48e8j77b41590ce0b0f9b@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27088_33407722.1154918978463" References: <1f2ed5cd0608051311i694de91j887792fe1a0d8021@mail.gmail.com> <44D5058C.8060401@gmail.com> <1f2ed5cd0608060201h795e48e8j77b41590ce0b0f9b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_27088_33407722.1154918978463 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 8/6/06, Danny Ayers wrote: > > On 8/5/06, James M Snell wrote: > > T > > What would be the exact behavior of feed.crop? Remove the last n > > entries in the list or remove the oldest (by atom:updated) n entries in > > the list? > > What I had in mind was e.g. crop(5) would remove all but the 5 most > recent entries (by atom:updated). I've no idea of what would be the > best idiom(s) for this kind of thing, but restricting the size somehow > was something I needed right away. > > Wouldn't that be better called cropTo(x) or clipTo(x)? Upon first grok, for me, the (5) would seem to refer to what to crop rather than what to leave alone.. Charles Adkins ------=_Part_27088_33407722.1154918978463--