DEV Community

Discussion on: The beauty of Functional Programming

Collapse
 
kelerchian profile image
Alan

These are great. Though you missed one best virtue of FP, the Type System. It's hard to do in js though as js doesn't have any explicit compilation step and compile time type at all.

Check this out dev.to/wolksoftware/why-typescript...