DEV Community

Discussion on: A simple explanation of functional pipe in JavaScript

Collapse
 
normancarcamo profile image
Norman Enmanuel

I would like to implement this pipeline style programming but in real use cases, or better said, in more complex cases where we are used to face like asynchronous code, I have tried and I had to make use of some tricks to keep a nice composition, also debugging can be a headache (worse if you don't apply TDD).

Overall, nice post.