noc-book-2
noc-book-2 copied to clipboard
quote consistencies
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:
- 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!”
- 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!";