Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updoc: alphabetize v8 module entries #35752
Conversation
Alphabetize the entries in the v8 module documentation. I also made some minor punctuation changes in two lines of text (removed a comma, and changed a comma to a semicolon).
|
RSLGTM |
|
TBH, I think alphabetize V8.startCoverage and V8.stopCoverage not a good idea. |
|
Also serialize before deserilize. |
It depends on whether one thinks of this as reference documentation, where there's a long list of things and you look up the thing you're looking for, or if it's more of a guide where each section needs to introduce the next and so on. I think it's more like the former. Not alphabetizing a list is OK when there's two or three items, but when there's 20 or 30 or 100, what the "intuitive" ordering is becomes impossible to say. |


Alphabetize the entries in the v8 module documentation. I also made some
minor punctuation changes in two lines of text (removed a comma, and
changed a comma to a semicolon).
Checklist