On 06/05/2017, Michael Kjörling wrote: > I would actually take that one step further: When you are writing > code, you are _first and foremost_ communicating with whatever human > will need to read or modify the code later. Something similar appears in the front of almost every Wirth book (though sometimes honoured in the breach). That being said, there are times when the code is transformed by optimization into something very difficult to read. (We used noweb to document the transformation.) N.