Functional programming basically just means that you handle program state explicitly- All the other parts of FP follow from this fact.
Having explicit state is a good idea and _may_ become the default way to write programs at some point in the future- You would only deviate from this if you have a specific reason (such as a performance optimization.)
1 comment
[ 3.3 ms ] story [ 10.8 ms ] threadHaving explicit state is a good idea and _may_ become the default way to write programs at some point in the future- You would only deviate from this if you have a specific reason (such as a performance optimization.)