Since I’ve heard about functional programming and its benefits, I’ve been trying to include it in gradually in my day to day work. What do you guys think?
High order function, pure function, lambda are everywhere, even if you are not using a pure/mostly functional language (Haskell, F#, Clojure, elm...), you can use some functional programming techniques. And after I have learned a functional language, I feel the influence whatever language I use (javascript, c#...)
Rad one
Developer, learning F# and Haskell
High order function, pure function, lambda are everywhere, even if you are not using a pure/mostly functional language (Haskell, F#, Clojure, elm...), you can use some functional programming techniques. And after I have learned a functional language, I feel the influence whatever language I use (javascript, c#...)