Skip to content
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

(docs) Some suggestions re Task docs #107

Conversation

justin-calleja
Copy link
Contributor

Just some suggested changes - I know it's still WIP


if (someAsyncPredicate(...)) {
...
}

Since `someAsyncPredicate` never returns any value, but instead passes it as an argument to another function.
Since `someAsyncPredicate`, instead of returning a value, passes the result of its computation to another function (the callback).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Come to think of it:

"Instead of returning a value, someAsyncPredicate passes the result..."

would flow better. Feel free to change this in your branch if you want to :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants