Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Apr 5, 2021

Splitting template strings across multiple lines can make them harder to
read.

@nodejs-github-botnodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Apr 5, 2021
@nodejs-github-bot

This comment has been minimized.

@RaisinTenRaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 6, 2021
Copy link
Member

@jasnelljasnell left a comment

Choose a reason for hiding this comment

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

Reluctant +1 .... I dislike both the long lines and having to split the template literals to wrap them.

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Apr 6, 2021

@jasnell
Copy link
Member

There's really no reason to make this wait the full 48 hours. Please 👍🏻 to fast-track

@jasnelljasnell added fast-track PRs that do not need to wait for 48 hours to land. and removed needs-ci PRs that need a full CI run. labels Apr 6, 2021
Splitting template strings across multiple lines can make them harder to read. PR-URL: nodejs#38097 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
@TrottTrott merged commit 038608d into nodejs:masterApr 7, 2021
@Trott
Copy link
MemberAuthor

Trott commented Apr 7, 2021

Landed in 038608d

@TrottTrott deleted the max-len-loosen branch April 7, 2021 11:18
targos pushed a commit that referenced this pull request Sep 4, 2021
Splitting template strings across multiple lines can make them harder to read. PR-URL: #38097 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
@targostargos mentioned this pull request Sep 4, 2021
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.fast-trackPRs that do not need to wait for 48 hours to land.lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Trott@nodejs-github-bot@jasnell@cjihrig@BridgeAR@aduh95@marsonya@RaisinTen@targos