DEV Community

Discussion on: How I refactor large functions using composition

Collapse
 
johnkazer profile image
John Kazer

Enjoyed that example, thanks. Totally agree about lenses! The post isn't really for complete beginners to functional programming perhaps but I think if you are starting to investigate this great paradigm then here is a good example to work through

Collapse
 
mk0y8 profile image
Marko Jakic

Hi thanks! Yes the post is more advanced I would say, doesn't cover how lenses actually work. But I think there are many articles out there about that. Also, you can check ramda's REPL and play around with it.