项目作者: WhatIfWeDigDeeper

项目描述 :
JavaScript Functional Programming
高级语言: JavaScript
项目地址: git://github.com/WhatIfWeDigDeeper/js-fp.git
创建时间: 2017-08-13T01:29:12Z
项目社区:https://github.com/WhatIfWeDigDeeper/js-fp

开源协议:MIT License

下载


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