Skip to content

Commit e6312d8

Browse files
authored
Update 2021-03-09-composition.markdown
1 parent 53ebfc1 commit e6312d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/_posts/2021-03-09-composition.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ expressions that get you from _a_ to _b_.
3131

3232
Finally, we zoom out again to combine the solutions.
3333

34+
> We should never lose sight of the purpose of programming: to decompose complex problems into a series of simpler ones.
35+
>
36+
> <cite>Bartosz Milewski, The Dao of FP</cite>
37+
3438
> Being able to decompose bigger problems into smaller problems, and then
3539
> combine the solutions, that’s essentially the description of... well, I don’t
3640
> know it depends on who you are, you will say that’s the description of what
@@ -41,11 +45,9 @@ Finally, we zoom out again to combine the solutions.
4145
>
4246
> <cite>Bartosz Milewski on the Corecursive podcast</cite>
4347
44-
{% comment %}
4548
> The psychological profiling (of a programmer) is mostly the ability to shift
4649
> levels of abstraction, from low level to high level. To see something in the
4750
> small and to see something in the large.
4851
>
4952
> <cite>An interview with Donald Knuth. Dr. Dobb’s Journal, pages 16–22 (April
5053
> 1996)</cite>
51-
{% endcomment %}

0 commit comments

Comments
 (0)