Today I Learned - Rocky Kev

Tagged “functionalprogramming”

  1. TIL a bunch of new functional programming words

    It's so funny seeing developers re-invent functional programming paradigms. We really need to teach this stuff better.

  2. TIL the simulating a Pipe function

    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.