but rather than skipping creation of the intermedi...
# development
w
but rather than skipping creation of the intermediate Nodes, i'll instead replace the
DependenciesNode->SelectNode->TaskNode->DependenciesNode->(repeat)
recursion with recursion on
RecursiveNode->Select->RecursiveNode->(repeat)
, or similar