Skip to content

create a facade for the streams API #6

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

Open
davidmarkclements opened this issue Aug 22, 2014 · 0 comments
Open

create a facade for the streams API #6

davidmarkclements opened this issue Aug 22, 2014 · 0 comments

Comments

@davidmarkclements
Copy link

So.. as you mention in the Readme, you can't guarantee 100% stability between
Node versions, in case there's an alteration the streams API (which is likely since
streams are marked as unstable).

So it may be practical to actually abstract interactions with streams into a facade
and interact with it instead of directly with the streams api.

Any updates that need to be made to keep up with the API can be isolated,
compatibility tests can be written directly for the facade, and multiple versions
should be more easily supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant