Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 14535 invoked from network); 25 Mar 2011 13:45:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2011 13:45:25 -0000 Received: (qmail 92885 invoked by uid 500); 25 Mar 2011 13:45:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 92852 invoked by uid 500); 25 Mar 2011 13:45:23 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 92844 invoked by uid 99); 25 Mar 2011 13:45:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2011 13:45:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peterwnolan@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-ew0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2011 13:45:17 +0000 Received: by ewy28 with SMTP id 28so691341ewy.11 for ; Fri, 25 Mar 2011 06:44:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=LYzWEfxdviV9cWHiNVqhonUtgtDJwyjEyV/NvXtVDdc=; b=Sgi4I31DBjWu/d7a4ue2Fhl2MWkCDPrx5Xo7xuU/QuI7bQ4ZUlBC1z3LrrtJpu91aq gP6TVQrWxPnwBCm4bIOe+Uf4dn9AYMI0WgaR/NeXPAjp7OGL2TvWaiQShLfpWQbv56tc tDb2Nhq5w/SEdcUsyv8vRuvSg4DZZ2oR6ANAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Y6SnovShF7jWANXe/fVzWVGBVrywOa4dPnSfxmGOwtQTc1btbdcF3nnaRAtJEavApp BVtdOrHAjso//HrbfT5gVbfLJ7sN3b+zKazM4qM8YSEQ2gZTw7I09MOtD1YIdJSx4J3f 8XsgVzohWV1g6l3Gpz2a5Q1aGEC7UMHJIqcL0= MIME-Version: 1.0 Received: by 10.14.122.81 with SMTP id s57mr366513eeh.195.1301060696115; Fri, 25 Mar 2011 06:44:56 -0700 (PDT) Received: by 10.14.53.66 with HTTP; Fri, 25 Mar 2011 06:44:56 -0700 (PDT) In-Reply-To: <2260C3B7-B2AB-476C-9535-D3970266183E@gmail.com> References: <023D3FB2-E891-4336-901C-11CE9A2D6EF8@gmail.com> <2260C3B7-B2AB-476C-9535-D3970266183E@gmail.com> Date: Fri, 25 Mar 2011 09:44:56 -0400 Message-ID: Subject: Re: JSON style question From: Peter Nolan To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=e0cb4e6ff6af9f8b20049f4ecc46 --e0cb4e6ff6af9f8b20049f4ecc46 Content-Type: text/plain; charset=ISO-8859-1 glad to help :D just wanted to add one last thing. When developing your code, please use long variable names - as in use quantumEfficiency or quantEff please don't do qE it makes reading your code much more difficult and seeing as you're probably going to minify your code at the end, you're not really gaining anything - you're just making it harder for others to help you. Looking forward to seeing what you can do -Pete --e0cb4e6ff6af9f8b20049f4ecc46--