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

Add section for flow on "Building Pipelines" #821

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

thanhnguyen2187
Copy link

I think the method might be useful but under-documented and hence the PR

Copy link

vercel bot commented Aug 26, 2024

@thanhnguyen2187 is attempting to deploy a commit to the Effect Team on Vercel.

A member of the Team first needs to authorize it.

Comment on lines +63 to +66
## flow

`flow` is a "lazier" version of `pipe`. While `pipe` returns a concrete value, `flow` returns a function that returns a
result. It allows us to reuse the same composed functions in different contexts.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nspaeth I reread the whole document again, and found that there is duplication pipe explanation. Therefore I added the flow function along with the pipe function, and redid the end, where everything is tied together a bit

image

@thanhnguyen2187 thanhnguyen2187 changed the title Add section "The flow method" Add section for flow on "Building Pipelines" Aug 26, 2024
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

Successfully merging this pull request may close these issues.

2 participants