Skip to content

pipeline pattern using functional programming approach

Notifications You must be signed in to change notification settings

FrancoMelandri/pipeline-fp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 alghoritm, 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/case

All 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.

About

pipeline pattern using functional programming approach

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages