https: name anonymous functions in https by pvsousalima · Pull Request #9217 · nodejs/node

@nodejs-github-bot added the https

Issues or PRs related to the https subsystem.

label

Oct 21, 2016
related to commit ef030da
which is naming anonymous functions to standardize the code
As stated in #9252 anonymous callback functions should
be named, but not functions that are assigned to a property
on a variable because the name is inferred from the assignment
related to commit ef030da
which is naming anonymous functions to standardize the code

italoacasas pushed a commit that referenced this pull request

Nov 25, 2016
Naming anonymous function in the https module

PR-URL: #9217
Ref: #8913
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

addaleax pushed a commit that referenced this pull request

Dec 5, 2016
Naming anonymous function in the https module

PR-URL: #9217
Ref: #8913
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>