Skip to content

Don't say that callbacks execute only at the end of the parent #790

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

Closed
wants to merge 1 commit into from
Closed

Don't say that callbacks execute only at the end of the parent #790

wants to merge 1 commit into from

Conversation

UmanShahzad
Copy link

That's misleading because they can be executed anywhere
in the parent, even multiple times (indeed functions accepting
"callbacks" that operate on array items will call the function
on each iteration).

Simplify the wording here to explain only that the parent
function can call it, without all the extra stuff which convolutes
the definition.

That's misleading because they can be executed anywhere
in the parent, even multiple times (indeed functions accepting
"callbacks" that operate on array items will call the function
on each iteration).

Simplify the wording here to explain only that the parent
function can call it, without all the extra stuff which convolutes
the definition.
@jsf-clabot
Copy link

jsf-clabot commented Oct 13, 2019

CLA assistant check
All committers have signed the CLA.

@UmanShahzad UmanShahzad deleted the patch-1 branch May 31, 2020 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants