top | item 26435211

(no title)

django77 | 5 years 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.

discuss

order

viebel|5 years ago

DOP 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)