From dev-return-13708-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Dec 06 18:07:13 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 48447 invoked from network); 6 Dec 2010 18:07:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Dec 2010 18:07:13 -0000 Received: (qmail 71042 invoked by uid 500); 6 Dec 2010 18:07:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 70995 invoked by uid 500); 6 Dec 2010 18:07:12 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 70987 invoked by uid 99); 6 Dec 2010 18:07:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 18:07:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mikeal.rogers@gmail.com designates 74.125.83.180 as permitted sender) Received: from [74.125.83.180] (HELO mail-pv0-f180.google.com) (74.125.83.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 18:07:03 +0000 Received: by pvg7 with SMTP id 7so2379150pvg.11 for ; Mon, 06 Dec 2010 10:06:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=lijmjUkQKYJPo4r/JYuxr7ruaTcXyqc9Ke8diLJyB4E=; b=YiRUToCqS4VAXOMZNLj57LfB+zOP2t7Q66f2w0jlbvLAVfLEYvDNuWkObMz9mvyZfC GNoG4XoGzvAgAeRjCPo0/nos7Ve24AEzUk5ie/OmC3Ug/6dXI6t8BJYG5LyrSx9NENyD egqGtkdMIbWPlE0258hngBB87OQbandAt+5lE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=ARJhtWOk1UmEctSNseHvfeykZazYoATIYuVosUKn/y+rmSg7GWGc60vHDRhIRztQwM 3gXeT9q92E7Sm3GDMZwOQSDz2D/dmO8ytP6imZj016aVvSJDZiFNoeaZreE1cEsHGJ4M qQy8elp+Mm6JRI3M+S6KSTVCc80xMV0QsTcWw= Received: by 10.142.112.12 with SMTP id k12mr5529314wfc.188.1291658801988; Mon, 06 Dec 2010 10:06:41 -0800 (PST) Received: from Havok.local (c-76-102-193-70.hsd1.ca.comcast.net [76.102.193.70]) by mx.google.com with ESMTPS id f5sm7627775wfg.2.2010.12.06.10.06.40 (version=SSLv3 cipher=RC4-MD5); Mon, 06 Dec 2010 10:06:40 -0800 (PST) Message-ID: <4CFD262D.6040709@gmail.com> Date: Mon, 06 Dec 2010 10:06:37 -0800 From: Mikeal Rogers User-Agent: Postbox 2.0.2 (Macintosh/20101025) MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Re: use view functions to emit changes References: <4CFD23F3.5090207@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 4 space is standard in a lot of language but most programmers vary style between languages. Python people are pretty opinionated about syntax and style and tend to be more resistant especially when writing JavaScript because the languages are so similar.