DEV Community

Discussion on: Is functional programming in JS really worth it?

Collapse
 
ispoljari profile image
Ivan Spoljaric • Edited

Yeah, I agree with you. But the characteristics you defined make them pure. And just because they are pure it doesn't mean that they are automatically written in a declarative style.

In the purist FP way, as I understand it, functions should be written in point-free style to achieve the "declarative" data flow.