equal
deleted
inserted
replaced
|
1 Google index on datasets |
|
2 |
|
3 https://datasetsearch.research.google.com/ |
|
4 |
|
5 ================== |
|
6 |
1 State by itself is quite harmless. However, mutable state is the big offender. Especially if it is shared. What exactly is mutable state? Any state that can change. |
7 State by itself is quite harmless. However, mutable state is the big offender. Especially if it is shared. What exactly is mutable state? Any state that can change. |
2 |
8 |
3 ==================== |
9 ==================== |
4 |
10 |
5 Why functional programming? |
11 Why functional programming? |