8
Awlex
6y

I'm still pretty new to elixir and functional programming. There have been numerous cases where I accidentally recreated functions such as Enumerable.map ๐Ÿ˜…

Comments
  • 3
    Your first step should always be looking up if somebody already has done what you wanna do.
  • 1
    Rewriting map, flatmap, fold, reduce and other useful functions is actually a great exercise :)
Add Comment