Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce pipeline boilerplate #130

Open
1 of 2 tasks
tpluscode opened this issue Jul 20, 2023 · 0 comments
Open
1 of 2 tasks

Reduce pipeline boilerplate #130

tpluscode opened this issue Jul 20, 2023 · 0 comments

Comments

@tpluscode
Copy link
Contributor

tpluscode commented Jul 20, 2023

We could make an effort to reduce the avoidable redundancy in pipeline definitions

  • Remove the need for explicit pipeline type

    Whether a pipeline is :Readable or :Writable etc, can be derived from the first and last steps of a pipeline. We could make that derivation and inject into the pipeline triples when loading

  • Shorthand for built-in operations #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant