Aleksandra Fedorova :fedora: on Nostr: How about: 1) Pipeline is a sequence of transformations, which is isolated from ...
How about:
1) Pipeline is a sequence of transformations, which is isolated from sideeffects. Same input produces the same result.
Or
2) Pipeline is a process represented by a linear sequence of steps. No "forks", or cycles, every input goes through the same steps in the same order.
1) Pipeline is a sequence of transformations, which is isolated from sideeffects. Same input produces the same result.
Or
2) Pipeline is a process represented by a linear sequence of steps. No "forks", or cycles, every input goes through the same steps in the same order.