Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 6BBBFB882 for ; Wed, 4 Jan 2012 21:48:58 +0000 (UTC) Received: (qmail 35499 invoked by uid 500); 4 Jan 2012 21:48:58 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 35479 invoked by uid 500); 4 Jan 2012 21:48:58 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 35471 invoked by uid 99); 4 Jan 2012 21:48:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 21:48:58 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=FROM_12LTRDOM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [69.167.147.50] (HELO franklin.liquidweb.com) (69.167.147.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 21:48:49 +0000 Received: from localhost ([127.0.0.1]:41815) by franklin.liquidweb.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RiYh7-0002EY-Cq for flex-dev@incubator.apache.org; Wed, 04 Jan 2012 16:48:25 -0500 Received: from 66.153.67.183 ([66.153.67.183]) by www.teotigraphix.com (Horde Framework) with HTTP; Wed, 04 Jan 2012 16:48:25 -0500 Message-ID: <20120104164825.76442cnpt5zssw15@www.teotigraphix.com> Date: Wed, 04 Jan 2012 16:48:25 -0500 From: Michael Schmalle To: "flex-dev@incubator.apache.org" Subject: Flex SDK code conventions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - franklin.liquidweb.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - teotigraphix.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org I hate this topic but it needs to be asked to the community. Since I am an initial committer I will stand by whatever the consensus is with the code I commit. But then the question, what are we doing about this? There is already ALOT of code in the sdk that uses different conventions. I think this is ridiculous because it slows down development switching from this format to that format (reading and writing). I don't have an opinion on conventions, just proposing there needs to be protocol with committers on this sooner than later. And this protocol needs to be documented on a public page visible to any one that has this same question creating patches. Mike