Skip to content

doc: notes about forwarding stream options - #29857

Closed
ronag wants to merge 3 commits into
nodejs:masterfrom
nxtedition:stream-options
Closed

doc: notes about forwarding stream options#29857
ronag wants to merge 3 commits into
nodejs:masterfrom
nxtedition:stream-options

Conversation

@ronag

@ronagronag commented Oct 6, 2019

Copy link
Copy Markdown
Member

It is a common and unfortunate pattern to simply just forward
any and all options into the base constructor without taking
into account whether these options might conflict with basic
stream assumptions.

Checklist

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem. labels Oct 6, 2019
It is a common and unfortunate pattern to simply just forward
any and all options into the base constructor without taking
into account whether these options might conflict with basic
stream assumptions.
Comment threaddoc/api/stream.md
Comment threaddoc/api/stream.md Outdated
Comment threaddoc/api/stream.md Outdated
Comment threaddoc/api/stream.md Outdated
Comment threaddoc/api/stream.md Outdated
Co-Authored-By: Rich Trott <rtrott@gmail.com>
@Trott

Trott commented Oct 9, 2019

Copy link
Copy Markdown
Member

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 9, 2019
@Trott

Copy link
Copy Markdown
Member

Landed in 5133e78

@TrottTrott closed this Oct 11, 2019
Trott pushed a commit that referenced this pull request Oct 11, 2019
It is a common and unfortunate pattern to simply just forward
any and all options into the base constructor without taking
into account whether these options might conflict with basic
stream assumptions.
PR-URL: #29857
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos pushed a commit that referenced this pull request Oct 14, 2019
It is a common and unfortunate pattern to simply just forward
any and all options into the base constructor without taking
into account whether these options might conflict with basic
stream assumptions.
PR-URL: #29857
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@ronag@Trott@jasnell@Fishrock123@lpinca@BridgeAR@nodejs-github-bot