FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: Adds usage of readline line-by-line parsing by eljefedelrodeodeljefe · Pull Request #4609 · nodejs/node · GitHub

/ node Public

docs: Adds usage of readline line-by-line parsing - #4609

Closed
eljefedelrodeodeljefe wants to merge 2 commits into
nodejs:masterfrom
eljefedelrodeodeljefe:docs/example-readline-line-by-line
Closed

docs: Adds usage of readline line-by-line parsing#4609
eljefedelrodeodeljefe wants to merge 2 commits into
nodejs:masterfrom
eljefedelrodeodeljefe:docs/example-readline-line-by-line

Conversation

Copy link
Copy Markdown
Contributor

In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By:

mscdex added doc Issues and PRs related to the documentations. readline Issues and PRs related to the built-in readline module. labels Jan 10, 2016

mscdex commented Jan 10, 2016

Copy link
Copy Markdown
Contributor

I think it may be better to include the new example after the one at the top of the document.

In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By:

Copy link
Copy Markdown
Contributor Author

Okay, thanks. Did this in 89b2254. I force pushed the commit, but apparently it didn't update in the PR. Won't do this again...

Copy link
Copy Markdown
Contributor Author

@silverwind I agree. Wasn't sure there. Did this in 228dd24. Thanks.

Copy link
Copy Markdown
Contributor

LGTM

Copy link
Copy Markdown
Contributor

LGTM, although you might want to squash the commits down to just one.

Copy link
Copy Markdown
Contributor

Squashing is not an issue, we do that when landing. I acutally prefer them unsquashed so one can track changes that happens during the PRs lifetime.

Copy link
Copy Markdown
Contributor Author

Okay. Looking at the process, I'd prefer it unsquashed also, in general. However you want it...

Copy link
Copy Markdown
Contributor

Makes sense. :)

jasnell commented Jan 11, 2016

Copy link
Copy Markdown
Member

LGTM

silverwind pushed a commit that referenced this pull request Jan 11, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>

Copy link
Copy Markdown
Contributor

Thanks! Landed in 5a53cba.

silverwind closed this Jan 11, 2016

Copy link
Copy Markdown
Contributor Author

Cool. Thanks @silverwind . Will delete the branch then.

eljefedelrodeodeljefe deleted the docs/example-readline-line-by-line branch January 11, 2016 19:40
MylesBorins pushed a commit that referenced this pull request Jan 11, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>
MylesBorins mentioned this pull request Jan 11, 2016
MylesBorins pushed a commit that referenced this pull request Jan 12, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>
MylesBorins pushed a commit that referenced this pull request Jan 13, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>
MylesBorins pushed a commit that referenced this pull request Jan 14, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>
MylesBorins pushed a commit that referenced this pull request Jan 14, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>

rvagg commented Jan 18, 2016

Copy link
Copy Markdown
Member

I think this is your first commit to core @eljefedelrodeodeljefe, welcome on board! It looks like you're already getting comfortable in the docs, we appreciate it and hope you're able to grok the processes and preferences around here, let us know if you need help on that front.

MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: #4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>
MylesBorins mentioned this pull request Jan 19, 2016
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
In order to make developers aware of node-core built-in
functionality, which might replace module APIs, we should
add an example of readline`s interface usage.
SEO will eventually aid this goal, since it is well searched
on Q&A sites.

PR-URL: nodejs#4609
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>>

Copy link
Copy Markdown

It would have been great had this new documentation also included information on how to process each line asynchronously

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. readline Issues and PRs related to the built-in readline module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL