From callback-dev-return-48-apmail-incubator-callback-dev-archive=incubator.apache.org@incubator.apache.org Tue Oct 25 08:32:00 2011 Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 962959E5A for ; Tue, 25 Oct 2011 08:32:00 +0000 (UTC) Received: (qmail 41192 invoked by uid 500); 25 Oct 2011 08:32:00 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 41149 invoked by uid 500); 25 Oct 2011 08:31:59 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Delivered-To: moderator for callback-dev@incubator.apache.org Received: (qmail 38504 invoked by uid 99); 25 Oct 2011 01:33:39 -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 pmuellr@gmail.com designates 209.85.214.47 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iblQRZ4Jfr+7R4cWurApoMEY1ufANpWTZWwhJJWh9QA=; b=NWirrQISv3ExtZzLKE2ISwi3xzk3nSOeNFHyd7inBQmbxIstesypVIhm+Ywy2aJkw7 +zmSLakYN+zgYpkR7xHtZx3TEsYkNl6JV4PYmFfXNw1JbH9YBj3D0UQTtDAr1424YFIo /kuivFDuN/zyaktqbybyQaCmpP4e6K2G/6+c8= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 24 Oct 2011 21:33:14 -0400 Message-ID: Subject: Re: [PROPOSAL] Orientation Interface From: Patrick Mueller To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0015175888d0e687b804b01585d3 --0015175888d0e687b804b01585d3 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Oct 24, 2011 at 18:54, Brian LeRoux wrote: > Ok, so a setter --- think that was the key missing piece of info. b/c > this is behavioral we'd probably be better off making it a function > call: > > CB.supportOrientation(0, 180) > Quick +1 on not using setters/getters. Pain to deal with, IMO, from a debugging point of view. One less thing for users to learn - they already know how to use functions, setters/getters are ... different. Oh, and you can't naturally define them in CoffeeScript :-) -- Patrick Mueller http://muellerware.org --0015175888d0e687b804b01585d3--