I am teaching #TDD these days and noticed that there is one step that is not too
obvious but helps to keep focus on what what to implement: using higher level
functions to express logic instead of diving directly into the nitty gritty
implementation detail. >