|
|
|
|
|
by pseudosavant
1451 days ago
|
|
I didn't really understand FP until I read Functional Light JavaScript by getify/Kyle Simpson. It is so well written and approachable by mere mortal coders. I'm not an FP wizard, but it is the coding paradigm I mostly use now. I've even adapted some aspects (e.g. composability) to the CSS I write using `var()`. You can buy the book or read it on GitHub: http://fljsbook.com/ https://github.com/getify/functional-light-js |
|