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

Ensure return value of function in and_then is either {:ok, ...} or {:error, ...} #17

Open
s-m-i-t-a opened this issue Mar 26, 2024 · 0 comments
Assignees

Comments

@s-m-i-t-a
Copy link
Contributor

There is a need to implement a check to ensure that the return value of the function used in and_then matches the expected pattern of either {:ok, ...} or {:error, ...}. This is crucial for maintaining consistency in our error handling and ensuring that our functions adhere to the expected return conventions. This check should help prevent unexpected behaviors in the pipeline by enforcing a standard pattern for success and error states.

@s-m-i-t-a s-m-i-t-a self-assigned this Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant