-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: improve _Deprecation_ definition #20788
Conversation
The definition and linked page looks to be under Creative Commons Attribution-ShareAlike 3.0 which has conditions of use. The quoted text appears to originate in http://openjdk.java.net/jeps/277. |
@richardlau From the license:
This is certainly an "applicable exception or limitation", specifically fair use. We are quoting less than two sentences. Fair use is one of the enumerated exceptions in the license FAQ. |
6f86e05
to
e41a10c
Compare
Rebased to eliminate conflict and force-pushed. LIte CI: https://ci.nodejs.org/job/node-test-pull-request-lite/727/ |
COLLABORATOR_GUIDE.md
Outdated
@@ -411,8 +411,11 @@ recommended but not required. | |||
|
|||
### Deprecations | |||
|
|||
**Deprecation** refers to the identification of Public APIs that should no | |||
longer be used. | |||
[_Deprecation_] is "the discouragement of use of some…feature…or practice, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between [_Deprecation_]
and [_Deprecation_][]
? I have seen both versions, but mostly the latter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd not noticed that the former worked. I meant to do the latter but made a mistake. I'll fix that.
COLLABORATOR_GUIDE.md
Outdated
@@ -411,8 +411,11 @@ recommended but not required. | |||
|
|||
### Deprecations | |||
|
|||
**Deprecation** refers to the identification of Public APIs that should no | |||
longer be used. | |||
[_Deprecation_] is "the discouragement of use of some…feature…or practice, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it common practice to omit spaces when using an ellipsis in English? (In German, it is not.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Judging from https://en.wikipedia.org/wiki/Ellipsis#In_American_English, practices vary. I'll add spaces on both sides of each ellipsis.
* Use definition from Wikipedia. Provide link. * Use italics for "words-as-words". * Simplify sentence. ("Deprecation is..." rather than "Deprecation refers to...".)
e41a10c
to
4fe5c92
Compare
* Use definition from Wikipedia. Provide link. * Use italics for "words-as-words". * Simplify sentence. ("Deprecation is..." rather than "Deprecation refers to...".) PR-URL: nodejs#20788 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Landed in df511c6 |
* Use definition from Wikipedia. Provide link. * Use italics for "words-as-words". * Simplify sentence. ("Deprecation is..." rather than "Deprecation refers to...".) PR-URL: #20788 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
to...".)
Checklist