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

first attempt at topics/async #422

Closed
wants to merge 1 commit into from
Closed

first attempt at topics/async #422

wants to merge 1 commit into from

Conversation

drewfish
Copy link

This is a first attempt at describing asynchronous programming in node.js. It
attempts to at least mention all considerations. It also attempts to present
experience and best-practices when such are clear.

This is a first attempt at describing asynchronous programming in node.js. It
attempts to at least mention all considerations. It also attempts to present
experience and best-practices when such are clear.
```

This approach to callbacks is so common in node.js that is has been nicknamed
"nodeback" 😄
Copy link
Member

Choose a reason for hiding this comment

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

Note some other names people use for this such as "errback".

Copy link
Member

Choose a reason for hiding this comment

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

Nit: There's been a renewed effort lately to standardize on Node.js and not node.js.

@bengl
Copy link
Member

bengl commented Dec 17, 2015

Note to other reviewers: This went through a round of review over at the docs repo. /cc @nodejs/documentation

@fhemberger
Copy link
Contributor

@drewfish Hi, can you please have a look at the comments above and update your PR?

@fhemberger
Copy link
Contributor

No feedback from the original poster for months, closing this. I also think it's rather suited for a personal blog post than for the Node.js website.

@fhemberger fhemberger closed this May 3, 2016
@drewfish
Copy link
Author

drewfish commented May 3, 2016

Yeah, sorry about that, just haven't been able to get to this :(

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.

None yet

6 participants