Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francomelandri/pipeline-fp
pipeline pattern using functional programming approach
https://github.com/francomelandri/pipeline-fp
desing-patterns functional-programming
Last synced: 16 days ago
JSON representation
pipeline pattern using functional programming approach
- Host: GitHub
- URL: https://github.com/francomelandri/pipeline-fp
- Owner: FrancoMelandri
- Created: 2024-02-17T10:26:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T06:10:40.000Z (8 months ago)
- Last Synced: 2024-04-18T07:35:23.114Z (8 months ago)
- Topics: desing-patterns, functional-programming
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CI](https://github.com/FrancoMelandri/pipeline-fp/actions/workflows/ci.yaml/badge.svg)](https://github.com/FrancoMelandri/pipeline-fp/actions/workflows/ci.yaml/badge.svg)
# Pipeline FP
Introducing **Pipeline pattern** using functional programming approach.
## Abstract
The aim of the pattern is to enable a different way to handle three use case:
- Refactor of a convoluted algorithm, resembling something similar to the template pattern
- Create a dynamic algorithm, using a Rule-engine-like approach
- Refactor of a complex and over-populated switch/caseAll the code that falls in these use cases is not compliant with OOP principle and our objective is to make it so, with the help of some SOLID principles.