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 547A29431 for ; Thu, 5 Jan 2012 23:59:40 +0000 (UTC) Received: (qmail 27034 invoked by uid 500); 5 Jan 2012 23:59:40 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 26964 invoked by uid 500); 5 Jan 2012 23:59:39 -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 26956 invoked by uid 99); 5 Jan 2012 23:59:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 23:59:39 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.211] (HELO na3sys009aog114.obsmtp.com) (74.125.149.211) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 05 Jan 2012 23:59:30 +0000 Received: from mail-iy0-f169.google.com ([209.85.210.169]) (using TLSv1) by na3sys009aob114.postini.com ([74.125.148.12]) with SMTP ID DSNKTwY5TsfF/MiQS3y0HnBx1Fa8YvSGqnRI@postini.com; Thu, 05 Jan 2012 15:59:10 PST Received: by mail-iy0-f169.google.com with SMTP id b35so2109293iac.14 for ; Thu, 05 Jan 2012 15:59:10 -0800 (PST) Received: by 10.50.153.234 with SMTP id vj10mr5029199igb.16.1325807949807; Thu, 05 Jan 2012 15:59:09 -0800 (PST) Received: from [10.1.10.12] (173-14-1-142-Colorado.hfc.comcastbusiness.net. [173.14.1.142]) by mx.google.com with ESMTPS id lu10sm104520633igc.0.2012.01.05.15.59.08 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Jan 2012 15:59:09 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Flex SDK code conventions From: Jun Heider In-Reply-To: Date: Thu, 5 Jan 2012 16:59:06 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1084) On Jan 5, 2012, at 4:54 PM, Carol Frampton wrote: > I think it would be okay to move the Flex coding standard over to = Apache. That would be awesome! >=20 > We/I updated the standard about a year ago with some changes people > wanted, like allowing line lengths up to 100 chars. We didn't take = the > time to eliminate all the TBDs. >=20 > I will strongly advocate for 4 spaces rather than tabs. Too many apps > mess up the tabs or use 8 spaces rather than 4 by default. That makes sense. If there's a good argument, if this seems to be, I'm = fine with spaces. >=20 > I'm not sure I want to see existing code reformatted because it gets = very > hard to go back to earlier revisions and see what changed. Completely onboard with NOT reformatting for this very reason.