项目作者: WhatIfWeDigDeeper
项目描述 :
JavaScript Functional Programming
高级语言: JavaScript
项目地址: git://github.com/WhatIfWeDigDeeper/js-fp.git
JavaScript Functional Programming
Presentations
Functional architecture pits of success Mark Seemann
Pure functions
Easy to
reason about
compose
test
No side effect
Can call pure functions from impure functions but not the other way around - doesn’t compile in Haskell