Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 649 Bytes

File metadata and controls

7 lines (6 loc) · 649 Bytes

Corrections

  • Lambdas to print values don't need a newline character.
    • On slide 65 of the talk, I had a code snippet using Approvals::verifyAll() in which I said it was important to put a '\n' at the end of the lambda.
    • This is in fact untrue.
    • I said that because just before the talk, I had opened one of the output files on my laptop, and found that all the outputs ran on to a single line.
    • I later realised this was due to opening a file with Unix line endings in a dumb text editor on a PC.