Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-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 C12CC108BA for ; Tue, 2 Jul 2013 04:58:10 +0000 (UTC) Received: (qmail 64567 invoked by uid 500); 2 Jul 2013 04:58:07 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 64545 invoked by uid 500); 2 Jul 2013 04:57:58 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 64537 invoked by uid 99); 2 Jul 2013 04:57:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 04:57:55 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.238 as permitted sender) Received: from [64.18.1.238] (HELO exprod6og122.obsmtp.com) (64.18.1.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 04:57:45 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob122.postini.com ([64.18.5.12]) with SMTP ID DSNKUdJdsxwtSmHaSKehY9W3Sf9soCA0vLy1@postini.com; Mon, 01 Jul 2013 21:57:24 PDT Received: from inner-relay-1.corp.adobe.com (ms-exchange.macromedia.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r624vMAI010961 for ; Mon, 1 Jul 2013 21:57:23 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r624vL6A007654 for ; Mon, 1 Jul 2013 21:57:21 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nacas01.corp.adobe.com ([10.8.189.99]) with mapi; Mon, 1 Jul 2013 21:57:21 -0700 From: Alex Harui To: "dev@flex.apache.org" Date: Mon, 1 Jul 2013 21:57:19 -0700 Subject: Re: Are we "nerd" driven or "business realistic" driven? Thread-Topic: Are we "nerd" driven or "business realistic" driven? Thread-Index: Ac524KIdyEA5YTpJSGO4lYyXd9lC9g== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.4.130416 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 7/1/13 10:15 AM, "Avi Kessner" wrote: >Why can't we get rid of those 13k line base classes? >On 1 Jul 2013 20:03, "Jonathan Campos" wrote: We can, but not without breaking backward compatibility or slower performance. In the two attempts I made, you can break UIComponent into some 20 sub-components but unless you break backward compatibility, many of those sub-components have to be instantiated during the startup phase and the extra overhead of calling in and out of the subcomponents slowed things down. =20 That's why FlexJS isn't guaranteeing backward compatibility. We can take those sub-components and load them on-demand at different times. -Alex