Open Raynos opened 11 years ago
Functional JS is kind of nice but it's really uncommon to use it in production.
How do people structure their application such that they can have lazy or immutable data structures and such that they can use real pure function.
Especially since the database still massively dominates real production applications and the DOM is far from functional.
Functional JS is kind of nice but it's really uncommon to use it in production.
How do people structure their application such that they can have lazy or immutable data structures and such that they can use real pure function.
Especially since the database still massively dominates real production applications and the DOM is far from functional.