Use Pipe to Clean Up Functions Wrapping Functions

John Lindquist
InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Rather than continuing to pass functions to functions, we can leveraging a pipe utility to write our functions out in a sequenced list. This makes our code much easier to understand and refactor while expressing the intent of "do this, then this, then that".