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

Should Chainable#then avoid data override from external kwargs? #13

Open
Rynaro opened this issue Jun 2, 2024 · 0 comments
Open

Should Chainable#then avoid data override from external kwargs? #13

Rynaro opened this issue Jun 2, 2024 · 0 comments

Comments

@Rynaro
Copy link
Owner

Rynaro commented Jun 2, 2024

def then(klass, **kwargs)

Is this code susceptible to override before immutable data? Example:

# data = { name: 'Rynaro' }

MyFlow.call!(params).then(MyChainedFlow, { name: 'Neo Rynaro' }) 

Should Results#data be overridden by new flow args? In case of it. Should we let the previous result data be prevalent, and avoid any override action, or raise an error?

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