Tagged “functionalprogramming”
-
TIL a bunch of new functional programming words patterns functionalprogramming image
It's so funny seeing developers re-invent functional programming paradigms. We really need to teach this stuff better.
-
TIL the simulating a Pipe function js functionalprogramming
It’s a pipe function that allows you to chain multiple operations together by taking a series of functions as arguments and applying them in a specific order to the input.
See all tags.