On Tue, Jun 30, 2015 at 1:25 AM, Alex Harui <aha...@adobe.com> wrote:
> > > On 6/29/15, 2:27 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > > >We just really need to be careful about how we change stuff like this and > >I > >agree coming back to the point, accessing parents is not a good idea. > > > >Why? Because there are so many parent combinations that you end up getting > >spaghetti code. :) > > 100% agree, but I think we have to do it soon because I keep adding in > these parent walks and I think it slows things down. I’d like to know > more about the model. > I can't say for sure, I have my hands tied with time issues, so just trying to converse when I can. This is just FYI about the SessionModel I created in Randori. I had the following flags; - assign:IBinaryOperatorNode - inArguments:boolen - inAssignment:boolean - inScope:boolean - isCall:boolean - skipOperator:boolean - staticDependencies:Map<String, IScopedDefinition> - runtimeDependencies:Map<String, IScopedDefinition> I also tracked metadata tags for injections. Mike > > -Alex > >