Open
Conversation
readikus
reviewed
Nov 11, 2019
d5abcfa to
d4b0abf
Compare
Contributor
Author
|
I'm rewriting a lot of this. I should have something for review in the next few days - please hold off reviewing, thanks. |
jjmax75
commented
May 3, 2021
|
|
||
| ## Buffers | ||
|
|
||
| Node's `Buffer` class enables working with binary data in Javascript. A buffer allows a programme to store data temporarily outside the V8 engine's stack. |
Contributor
Author
There was a problem hiding this comment.
?
This needs to be a lot simpler
jjmax75
commented
May 3, 2021
| Though not entirely accurate we can think of a buffer as an array of bytes, each byte is represented by a hexadecimal digit. | ||
|
|
||
| The Node `Buffer` class is a global class and therefore does not need to be imported into a module. | ||
|
|
Contributor
Author
There was a problem hiding this comment.
what are buffer's used for - a real world example
answer the so what? question
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
it'd be good to get some feedback on this and get it in as a placeholder at least
The topics are pretty big and could do with their own sections but also work well together so I'd like to cover both.
Basic enough at the moment but it'd be nice to get your ideas about what you'd like to see covered in here. I'm conscious that people like us are the audience for these docs so your feedback here would be great.
Thanks guys