Closed kurtbrose closed 3 years ago
the behavior of tuple is Auto mode is especially useful (execute specs one after the other)
consider Pipe as an explicit version of this behavior
(Pipe chosen because it is very short and sounds like "attach end-to-end"; other options: Chain, Pipeline, Series, Line, Tuple)
Pipe
Chain
Pipeline
Series
Line
Tuple
This is probably pretty uncontroversial
Yeah, Pipe's a fine name for this when we end up needing it.
pops up a lot with match mode -- having to flip back and forth
this is in
the behavior of tuple is Auto mode is especially useful (execute specs one after the other)
consider Pipe as an explicit version of this behavior
(
Pipe
chosen because it is very short and sounds like "attach end-to-end"; other options:Chain
,Pipeline
,Series
,Line
,Tuple
)This is probably pretty uncontroversial