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 A2DE3983C for ; Tue, 7 Feb 2012 16:51:57 +0000 (UTC) Received: (qmail 77641 invoked by uid 500); 7 Feb 2012 16:51:57 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 77469 invoked by uid 500); 7 Feb 2012 16:51:56 -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 77460 invoked by uid 99); 7 Feb 2012 16:51:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 16:51:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.167.159.180] (HELO mail.digitalprimates.net) (66.167.159.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 16:51:48 +0000 Received: from DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0]) by DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0%22]) with mapi id 14.01.0289.001; Tue, 7 Feb 2012 10:51:51 -0600 From: "Michael A. Labriola" To: "flex-dev@incubator.apache.org" Subject: RE: Starting with the Whiteboard Code Thread-Topic: Starting with the Whiteboard Code Thread-Index: AQHM46gD0bOmdzfBZ06thj2tHUNCLJYt7ysAgAAB2YCAALl3gIAAIRYAgAAigoCAAQYMgP//404wgACvMYCAAAnbgIAAHpiAgAAEsAD//+N/QIAAhK8AgAAiVgCAAEZLoIAAE/GHgAAPBFA= Date: Tue, 7 Feb 2012 16:51:50 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [75.208.203.65] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 >>So yeah, I'm all for some byte-code optimizations and some fudging of the= language rules (so you really can inline a constant), but I am still hopin= g a class definition will be same everywhere so newbies have fewer >>things= to learn to be successful with Flex. Understood but I think that's where we disagree and so be it. I think that = it is important to newbies can pick up a language and certainly don't wish = to exclude anyone. However, I think when you design a language or framework= around the newbie requirement we get something else. I think we need advan= ced features that advanced developers find powerful, useful and interesting= . Once those exist, others build upon them, distill them into simple to use= patterns and teach each other. We end up with a strong community. When we = target newbies from the language side, I think we end up with a language us= ed by newbies and ignored by more advanced devs. I think we end up with a c= ommunity of newbies trying to teach each other and I don't think that is a = good long term idea. To me, whether or not the bytecode maps back to a class cleanly is a thing = most newbies will never know. Having both a standard way to compose a class= and a more advanced way does not preclude someone new from using the basic= approach, it enables someone more advanced to do interesting things. One of the long standing problems I had with Flex under Adobe's stewardship= is that it was a collection of use cases, and when you deviated from the u= se cases to do anything more you hit a road block. It's the reason so many = comments about private versus protected, etc. exist. A framework, to me, ne= eds to be as flexible as possible to let people find the end goal and apply= it as they see fit. A product, which is what this was under Adobe, needs u= se cases and targets a specific developer to allow them to do a specific ta= sk. Obviously under the Apache way we can both explore these opportunities and = see what becomes interesting, popular and supported. I only bring these poi= nts up as I sometimes feel there is a knee jerk reaction, this is not speci= fic to you Alex, to doing things differently than they were... I think a fe= w radical advances while keeping the same general usability and functioning= of the framework could breathe a lot of new life into it. My 4 cents. Mike Notice: This transmission is intended only for the use of the individual or= entity to which it is addressed and may contain information that is privil= eged or confidential. Any dissemination, distribution or copying of this tr= ansmission by anyone other than the intended recipient is strictly prohibit= ed. If you have received this transmission in error, please notify the send= er immediately by e-mail or telephone and delete the original transmission.= Thank you.