Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Random musings on "Scope", two-way live binding, and can.component

$
0
0
Scope, seems like a decent name actually, I don't think is horrible.

I am trying to understand this better to be able to give suggestions, but I am lost in a few parts, it would be great to have some more understanding of all this. So a few questions that I have at the moment are:

#1
- what is can.component?

#2
meScoped = new Scope(me) 
nameScoped = me.add(me.name);

me has a add function now, so the Scope constructor above has mutated the me object, seems odd, is that right?

Viewing all articles
Browse latest Browse all 3491

Trending Articles