@@ -65,7 +65,7 @@ sections** included only when there's something real to say.
6565 in real code.
66662 . ** Starter code** : ` {{#include}} ` from ` examples/NN_*.rs ` . Includes an
6767 inline "Try it yourself" callout with the ` cargo ` invocations.
68- 3 . ** Reflection ** : the questions a thoughtful reviewer would ask, framed
68+ 3 . ** Review ** : the questions a thoughtful reviewer would ask, framed
6969 as prompts to the * reader* . (Renamed from "Observations", also update
7070 the slides under TODO item #1 in ` TODO.md ` .)
71714 . ** A possible solution** : the canonical solution from ` solutions/ ` ,
@@ -173,15 +173,15 @@ The book is physically incapable of shipping broken code.
173173
174174** Senior-engineer-reviewing-with-you voice** (first-person plural for
175175narration, first-person singular for contested opinions), with ** light
176- direct address** in Reflection and Follow-up sections.
176+ direct address** in Review and Follow-up sections.
177177
178178Style rules (full version goes in ` book/STYLE.md ` ):
179179
180180- Default to ** we** for narration ("we'd reach for ` &str ` here because…").
181181- Use ** I** sparingly, only for genuinely contested opinions
182182 ("I'll admit I find ` is_some_and ` slightly noisier than
183183 ` map_or(false, …) ` , but…").
184- - Use ** you** only in Reflection prompts, Follow-up questions, and explicit
184+ - Use ** you** only in Review prompts, Follow-up questions, and explicit
185185 instructions ("Try replacing the ` Vec ` with an iterator and see what
186186 breaks").
187187- Never ** the reader** / ** one** / passive-voice avoidance of pronouns.
@@ -308,7 +308,7 @@ launch.
308308 chapters. ** File an issue instead** , substantive suggestions are
309309 credited in Acknowledgements when adopted.
310310- ** Issue templates** in ` .github/ISSUE_TEMPLATE/ ` :
311- - Suggest a Reflection question
311+ - Suggest a Review question
312312 - Suggest a Trade-off I missed
313313 - Suggest an Edge case
314314 - Found a typo / bug
@@ -330,7 +330,7 @@ v1 scope:
330330- Search on; sidebar on; prev/next on; stock playground button on ` rust `
331331 blocks.
332332- Blockquote-based callouts with a small CSS treatment to differentiate
333- the 7-section spine labels (` EXERCISE ` , ` REFLECTION ` , ` TRY THIS ` ,
333+ the 7-section spine labels (` EXERCISE ` , ` REVIEW ` , ` TRY THIS ` ,
334334 ` TRADE-OFF ` , ` EDGE CASE ` , ` FOLLOW-UP ` , ` CONCEPT ` ).
335335- Light + dark only; kill the other three default themes (coal, ayu,
336336 rust) unless that creates friction.
@@ -408,7 +408,7 @@ written by copying their shape. No separate format spec document.
408408- ` STYLE.md ` skeleton (extended through Phase 2).
409409- ` CONTRIBUTING.md ` + issue templates.
410410- ` LICENSE ` (root) + ` book/LICENSE.md ` .
411- - Rename "Observations" → "Reflection " in ` slides/pages/*.md ` (TODO item
411+ - Rename "Observations" → "Review " in ` slides/pages/*.md ` (TODO item
412412 #1 in the existing ` TODO.md ` ).
413413
414414### Phase 1, Thesis (~ 3 days)
0 commit comments