ch19
dz / grokking_simplicity / ch19Summary
Grokking Simplicity Chapter 19: The Functional Journey Ahead
Node Tree
Nodes
remember_three_things | |
content | Three things to remember, if nothing else |
children | temporal_semantics_code, calcs_hidden_in_actions, higher_order_funcs_abstraction |
calcs_hidden_in_actions | |
content | There are often calculations hidden in your actions |
parents | remember_three_things |
higher_order_funcs_abstraction | |
content | Higher-order functions can reach new hights of abstraction |
parents | remember_three_things |
temporal_semantics_code | |
content | You can control the temporal semantics of your code |
parents | remember_three_things |