> other objects will retain their properties as long as you don't call .exit()
Actually, exit() by itself won't do anything, but it's typically
followed by a remove() which would remove the elements. The names
"enter" and "exit" are accessors to return the entering and exiting
selections, respectively. Perhaps I should have named them "entering"
and "exiting" for clarity; you might also think of them as "left" and
"right" from a SQL perspective, where the updating selection is
"inner". So, exit() returns the selected elements for which there was
no data.
Mike
> Perhaps I should have named them "entering"
> and "exiting" for clarity
I'd support this as a deprecation/API change.
-n