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
Use case: calculating has_children is expensive and if the condition doesn’t include it, that’s wasted resources.
Thinking further, is_current || has_children should not need to evaluate has_children if is_current is true already.
is_current || has_children
The text was updated successfully, but these errors were encountered:
First part is done with 0db8b79.
Sorry, something went wrong.
Close this, since #182 is closed?
No relationship with #182 as far as I can tell…
sabberworm
No branches or pull requests
Use case: calculating has_children is expensive and if the condition doesn’t include it, that’s wasted resources.
Thinking further,
is_current || has_children
should not need to evaluate has_children if is_current is true already.The text was updated successfully, but these errors were encountered: