Closed
Description
Originally raised in sysapps/tcp-udp-sockets#69.
My thinking has been that you write things in to the input (a writable stream), and you read them out of the output (a readable stream).
Apparently this is at odds with most other programming libraries, for which you write to output and read from input. Unix stdin/stdout is an example, but also some Java stream APIs.
We could just switch them, and that's my fallback position. I am curious if there is a better name pair.
Metadata
Metadata
Assignees
Labels
No labels