Is it possible to make the backward compatible a branch which only fixes
bugs, and break UIComponent in another new branch which alway cutting edge?

Flex Spark is the one architecture, maintaining back compatibility makes it
not perfect.


On Tue, Jul 2, 2013 at 12:57 AM, Alex Harui <aha...@adobe.com> wrote:

>
>
> On 7/1/13 10:15 AM, "Avi Kessner" <akess...@gmail.com> wrote:
>
> >Why can't we get rid of those 13k line base classes?
> >On 1 Jul 2013 20:03, "Jonathan Campos" <jonbcam...@gmail.com> 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.
>
> That's why FlexJS isn't guaranteeing backward compatibility.  We can take
> those sub-components and load them on-demand at different times.
>
> -Alex
>
>

Reply via email to