-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Useless statement #116
Comments
I think if the condition on the next line is true, the function can still return true. |
Ordering of the |
Consider this:
If a and b are Node's then
|
Even if this makes sense, still. The thing is that we don't know what There are tons of tests. I also had reimplemented it (in |
Try this:
You will see |
Mmm, nope. Why it would be? It goes to the I'll say that again, |
Then QED. |
Omg, in this exact case, yes of course. Remove it and run the tests, and you will see that we need it. Even if we remove it or put it in separate function... We still need to have this check anyway. That's why it is there in the I'm done here. |
This statment:
nanomorph/index.js
Line 160 in 43d39d0
is useless as the function returns
false
by default.The text was updated successfully, but these errors were encountered: