Skip to content

Need new names for { input, output } #174

Closed
@domenic

Description

@domenic

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions