Skip to content
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

Take does the same thing that Select does in sugar syntax #55

Open
Casey-Bateman opened this issue Feb 22, 2016 · 1 comment
Open

Take does the same thing that Select does in sugar syntax #55

Casey-Bateman opened this issue Feb 22, 2016 · 1 comment
Labels
Milestone

Comments

@Casey-Bateman
Copy link
Contributor

The stage.Take(index) performs the same exact thing that stage.Select(index) does. This duplication has created more confusion than anything.

@Casey-Bateman Casey-Bateman added this to the v4.0.0 milestone Feb 22, 2016
@Casey-Bateman
Copy link
Contributor Author

This is only true when applied to commands, when applying a Select to a stage object it adds on to the existing stream ids in the stage. When applying a Take to a stage object it clears the current stage of stream ids, and uses just the one selected.

Would like to change verbiage to make this more apparent. Take == Get

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

No branches or pull requests

1 participant