AutoPipe is a library developed for purpose of composing logical blocks and actions into algorythm.
Using NuGet package manager source https://api.nuget.org/v3/index.json :
or powershell console:
PM> Install-Package AutoPipe
Create an AutoProcessor and start writing your code:
The library knows what you want, it reads the names of the methods and parameters:
- Writing an expressive code;
- Flexible extending of the code;
- Scaling the code;
- Writing single responsibility blocks.
If you want to learn more about any topic of this library, send a message to wittylioncompany@gmail.com or fill in the form.