We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 repeatedly
default
https://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:
Object traverser which takes cb, and tests; see #8
d798187
Partial port to traverse, see #8
4b3bf95
Refactored value/file resolution into a local module; closes #8
152878d
thejmazz
No branches or pull requests
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: