-
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: sort documentation alphabetically #3662
Closed
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ecd2179
doc: sort assert alphabetically
tflanagan 63a2e55
doc: sort buffer alphabetically
tflanagan 7b4f78a
doc: sort child_process alphabetically
tflanagan e650680
doc: sort cluster alphabetically
tflanagan cfed942
doc: sort console alphabetically
tflanagan 03dd92c
doc: sort dns alphabetically
tflanagan d9e5b6a
doc: sort crypto alphabetically
tflanagan 43f2da0
doc: sort dgram alphabetically
tflanagan b85d3ac
doc: sort errors alphabetically
tflanagan 03129f8
doc: sort events alphabetically
tflanagan c44523a
doc: sort fs alphabetically
tflanagan 0c181d1
doc: sort globals alphabetically
tflanagan 99c8160
doc: sort os alphabetically
tflanagan 820506e
doc: sort path alphabetically
tflanagan 33a6975
doc: sort punycode alphabetically
tflanagan 5c37462
doc: sort querystring alphabetically
tflanagan ac62941
doc: sort vm alphabetically
tflanagan 8c83054
doc: sort url alphabetically
tflanagan cc6f224
doc: sort tty alphabetically
tflanagan 15a8370
doc: sort timers alphabetically
tflanagan da7afdc
doc: sort string_decoder alphabetically
tflanagan 059c98a
doc: sort repl alphabetically
tflanagan 7ccad23
doc: sort readline alphabetically
tflanagan 89122ce
doc: sort modules alphabetically
tflanagan 3595327
doc: sort http alphabetically
tflanagan bed67d2
doc: sort https alphabetically
tflanagan 5b09a1c
doc: sort util alphabetically
tflanagan 37d037b
doc: sort zlib alphabetically
tflanagan 8dbd518
doc: sort process alphabetically
tflanagan 9811315
doc: sort net alphabetically
tflanagan e8c1e06
doc: sort stream alphabetically
tflanagan 1b86f37
doc: sort tls alphabetically
tflanagan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Hmmm, I'm not sure about count-point APIs like this, maybe group these under their opposites?
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 wrestled with that myself, but I figured the initial PR should have it 100% alphabetical. Discussion would then steer it in either direction.
I am not in favor of one or the other. I can see the pros/cons of both; Having a reliable system for navigating the reference, and of having async/Sync being together.