You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at just path is dangerous, we really should be focusing more on the solution tree where each node in the tree has paths. I'd expect a branch to be like a continue that adds to the nearest parent tree, so this is what I'd expect:
@bergie branches are treated as continuations, yes? With that in consideration, we definitely should be able to do promise chains from a branch as @cbchouinard requested.
@bergie how do we get the sane & clean solution tree (#9) ? Would be best if we start using that in our specs and in Taylor, as that's what Fletcher will use to grade the solutions...
I think we should add the name of the subLeaf that resolved in the path of the solution. With this spec:
I get the path:
[ 'root', 'contest_multiply', 'end' ]
Shouldn't it be:
[ 'root', 'contest_multiply', 'tripled', 'end' ]
The text was updated successfully, but these errors were encountered: