Generalize traverse for resolving functions #8
Comments
thejmazz
added a commit
that referenced
this issue
Jul 4, 2016
thejmazz
added a commit
that referenced
this issue
Jul 4, 2016
thejmazz
added a commit
that referenced
this issue
Jul 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code is duplicated a few times, had a function before but it was not flexible enough
Need to be careful about infinite recursion, if
default
in the switch calls itself repeatedlyhttps://github.com/bionode/bionode-waterwheel/blob/3dcaca6b7af2f73ab1abe8e1abb92ed02f745f8c/lib/Task.js#L51-L79
https://github.com/bionode/bionode-waterwheel/blob/3dcaca6b7af2f73ab1abe8e1abb92ed02f745f8c/lib/Task.js#L82-L110
https://github.com/bionode/bionode-waterwheel/blob/3dcaca6b7af2f73ab1abe8e1abb92ed02f745f8c/lib/Task.js#L179-L204
The text was updated successfully, but these errors were encountered: