noc-book-2 icon indicating copy to clipboard operation
noc-book-2 copied to clipboard

quote consistencies

Open shiffman opened this issue 5 years ago • 0 comments

Just a note here that the book will require a pass over to check for consistencies of curly vs. plain quotes. The rules should be as follows:

  1. When quoting within narrative text or using a contraction, single / double curly quotes should be used, i.e:

I can‘t imagine them saying ”I didn‘t read the book!”

  1. When quotes are used in code examples, even code comments, they should be plain quotes.
// This line of code is "crazy"
let s = "Crazy, I say! Crazy!";

shiffman avatar Feb 20 '20 22:02 shiffman