Mar 19, 2021
What about memoization (closures). They are part of FP and they have internal state (result of previous computation)... Also they can be chained in pipeline using (if needed using currying to provide e.g. data).
What about memoization (closures). They are part of FP and they have internal state (result of previous computation)... Also they can be chained in pipeline using (if needed using currying to provide e.g. data).