7 ms·
I don't think FP has anything to do with how data is represented, it's more related to how we operate on that data.
by django77 6y ago
I don't think FP has anything to do with how data is represented, it's more related to how we operate on that data.
- viebel 6y agoDOP and FP share common insights about separation between code and data and constraining ourselves to immutable data. The main difference between DOP and FP is that in DOP we use generic data structures to represent data (e.g. maps and lists)