I agree with you. I'm going to write a post about function application and composition (right-to-left / left-to-right) so other communities can stop discussing non-essential matters. I do like the fact that the `pipe…
One could also change the Haskell. Data.Function (&); Control.Arrow (>>>) -- the pipe operator seems to be all the rage these days (|>) = (&) -- forward application + forward composition xs |> (drop 3 >>> filter p >>>…
# Why not ## Lodash `_.flow(b,c,d)(a)` // left to right `_.compose(d,c,b)(a)` // right to left `_.flowRight(d,c,b)(a)` // right to left `_.backflow(d,c,b)(a)` // right to left ## RamdaJS `_.pipe(b,c,d)(a)` // left to…
On the subject of testing, I think it's important that people don't follow testing methodologies blindly. In the 1960s, Djikstra said "Testing shows the presence, not the absence of bugs", which is true. Testing is a…
Hehe, You're welcome – I do take golfing very serious ;)
(var | let | const) $ = ::document.querySelector; with experimental ES7 syntax :D https://github.com/zenparsing/es-function-bind
I agree with you. I'm going to write a post about function application and composition (right-to-left / left-to-right) so other communities can stop discussing non-essential matters. I do like the fact that the `pipe…
One could also change the Haskell. Data.Function (&); Control.Arrow (>>>) -- the pipe operator seems to be all the rage these days (|>) = (&) -- forward application + forward composition xs |> (drop 3 >>> filter p >>>…
# Why not ## Lodash `_.flow(b,c,d)(a)` // left to right `_.compose(d,c,b)(a)` // right to left `_.flowRight(d,c,b)(a)` // right to left `_.backflow(d,c,b)(a)` // right to left ## RamdaJS `_.pipe(b,c,d)(a)` // left to…
On the subject of testing, I think it's important that people don't follow testing methodologies blindly. In the 1960s, Djikstra said "Testing shows the presence, not the absence of bugs", which is true. Testing is a…
Hehe, You're welcome – I do take golfing very serious ;)
(var | let | const) $ = ::document.querySelector; with experimental ES7 syntax :D https://github.com/zenparsing/es-function-bind