— I just rely on breakpoints XD
— Hmmm, why not use Proxy?
— Just make some enumerable props, and have the Proxy tick them off when they get accessed
— "tick them off"? as in label?
— I could put in a strategy algorithm that does that, yeah
— All the iddfs is, is an iterator
—
var iterator = iddfs(subjectRoot, searchRoot);
var iteration = iterator.next();
var state = iteration.value;
Message permanent page
— *ahem*, you're familiar with Proxy objects?