You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...and what we may notice, is the only reason for having boolean attribute success? is to write if for it,
and the only reason to have outcome variable is to call success? on it
Hi guys. Impressive work with
mutations
Typical usecase for Command is
...and what we may notice, is the only reason for having boolean attribute
success?
is to writeif
for it,and the only reason to have
outcome
variable is to callsuccess?
on itAnd by using
call
method syntactical sugar we may get even sexier stuffThis
success procs
thing may be in parallel with usualsuccess?
What do you think?
The text was updated successfully, but these errors were encountered: