Should Chainable#then
avoid data override from external kwargs?
#13
Labels
Chainable#then
avoid data override from external kwargs?
#13
fluxus/lib/fluxus/results/chainable.rb
Line 6 in ed71db6
Is this code susceptible to override before immutable data? Example:
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, orraise
an error?The text was updated successfully, but these errors were encountered: