Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BC811068A for ; Mon, 20 Jan 2014 17:21:42 +0000 (UTC) Received: (qmail 718 invoked by uid 500); 20 Jan 2014 17:00:48 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 458 invoked by uid 500); 20 Jan 2014 17:00:07 -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 99946 invoked by uid 99); 20 Jan 2014 16:59:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jan 2014 16:59:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gs@redcometlabs.com designates 74.125.82.53 as permitted sender) Received: from [74.125.82.53] (HELO mail-wg0-f53.google.com) (74.125.82.53) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jan 2014 16:59:21 +0000 Received: by mail-wg0-f53.google.com with SMTP id y10so7141830wgg.20 for ; Mon, 20 Jan 2014 08:59:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=dZ7umO/cdhki3ZM9GtyBZ1xE3YDaGWksCfKC1aTMK2s=; b=A7oL58tAixv03wNIAd2mZC5ky6unLzT8AfxmNGzAkABO3jkQBgwf0PH6D5OD0Gi7SO KH108jygbRsKLKZD+pwwzWvqNUrY3EgAMytKixbLaAuygWH0ZvHcw8Su31MZlokRA5x/ skBVGcvlwpkyS/fF2rhN/wlQZEZNaZ3FUytKJFWMU7hRF8y6jRcL8zsfvMArVphJBXwV 3X0S3F6jo0M45dfh9BUqp+9PsRmPkooDaFVIhbzj86GfCAxzlvlY/qVr6K2ybLGac9jz C+0Ix63+yiWAekaB8P/UqtGMh/JQhz1cSYphoAbFpc4O4nNtkH2gFILnUoK6lA6DLICl NnLg== X-Gm-Message-State: ALoCoQm1ypHL6VJFeQzF127kkoFvpmlNNaFpQ6CkiiQWl2etlLtV7UM2g8rLl1WVk/jR/JZ6alEW X-Received: by 10.194.48.74 with SMTP id j10mr15062177wjn.41.1390237140226; Mon, 20 Jan 2014 08:59:00 -0800 (PST) Received: from [192.168.0.7] (105-237-0-74.access.mtnbusiness.co.za. [105.237.0.74]) by mx.google.com with ESMTPSA id ev4sm3550510wib.1.2014.01.20.08.58.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 20 Jan 2014 08:58:59 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: [REVIEW] refactoring api.js to framework From: Garren Smith In-Reply-To: Date: Mon, 20 Jan 2014 18:58:58 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <3501D3DE-88C9-472A-B925-EC68E0DF62A1@apache.org> References: To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1827) X-Virus-Checked: Checked by ClamAV on apache.org On 20 Jan 2014, at 6:06 PM, Alexander Shorin wrote: > On Mon, Jan 20, 2014 at 8:04 PM, Alexander Shorin = wrote: >> On Mon, Jan 20, 2014 at 7:44 PM, Garren Smith = wrote: >>> See Github link for a nice visual diff = (https://github.com/apache/couchdb/commits/fauxton-file-reorder) >>=20 >> This one much better: >> https://github.com/apache/couchdb/compare/fauxton-file-reorder (; >>=20 >> May be send github PR to let people leave comments right to the code >> lines they'd like to discuss? >=20 > For instance, I couldn't reference router.js line 97 to say: what is = the "aa"? >=20 > setModuleRoutes: function() { > _.each(LoadAddons.addons, function(module) { > + console.log('aa', module); > if (module){ > module.initialize(); > // This is pure routes the addon provides Thats some debugging code that slipped through. Thanks for letting me = know. >=20 > -- > ,,,^..^,,,