Summary: Building Our Functional Core
A recap of how we've built our functional core.
We'll cover the following...
In this chapter, we showed how to build a functional core. Its properties are as follows:
-
It’s mostly datatypes and code made up of strictly functions in modules, with the same inputs producing the same outputs as often as we can. ...