1. 7
  1.  

  2. 3

    Nice writeup! I like the way that you link to relevant code sections instead of including code in the document – it made my brain ‘switch modes’ and pay more attention to the code, instead of skimskipping it as I often do with interleaved snippets.

    1. 1

      I only did that because medum’s support for inline code is awful. (It stripped newlines and replaced them with 80 spaces, for some reason…) I’m glad it worked out, though :)