Closed kinto-b closed 3 years ago
Implement a Segment class to serve as the basic building block for the Pipeline. This will clarify the link between the fundamental make_*() functions and the Pipeline object and should make it easier to implement #3, #24, etc.
Segment
Pipeline
make_*()
Implement a
Segment
class to serve as the basic building block for thePipeline
. This will clarify the link between the fundamentalmake_*()
functions and thePipeline
object and should make it easier to implement #3, #24, etc.