1. 24
    Debug Function Compositions with Ramda's Tap Function
    2m 48s

Debug Function Compositions with Ramda's Tap Function

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

Functional composition is a great way to write declarative code that reads well. But sometimes, you need to get insight into what's happening at different steps in your composition. This is where tap comes in. With tap, we can run code that generates side-effects, like logging to the console, and our data will continue to be passed along, untouched.

Gugan A
~ 7 years ago

Thanks for these Ramda lessons, Andrew. They are so great and more detailed...