From 2b7ac63ca1e1dedd8d396b449e2fd110b9b1614e Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Tue, 6 Dec 2016 21:47:14 -0500 Subject: [PATCH 1/2] Add 'How We Teach This' to template, per RFC 1636. --- 0000-template.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/0000-template.md b/0000-template.md index a45c6110e58..1c778d89394 100644 --- a/0000-template.md +++ b/0000-template.md @@ -20,6 +20,15 @@ This is the bulk of the RFC. Explain the design in enough detail for somebody fa with the language to understand, and for somebody familiar with the compiler to implement. This should get into specifics and corner-cases, and include examples of how the feature is used. +# How We Teach This +[how-we-teach-this]: #how-we-teach-this + +What names and terminology work best for these concepts and why? How is this idea best presented—as a continuation of existing Rust patterns, or as a wholly new one? + +Would the acceptance of this proposal change how Rust is taught to new users at any level? How should this feature be introduced and taught to existing Rust users? + +What additions or changes to the Rust Reference, _The Rust Programming Language_, and/or _Rust by Example_ does it entail? + # Drawbacks [drawbacks]: #drawbacks From 194beaf5d8dfc6d1cec23d961e15ba38d3250fe8 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Wed, 7 Dec 2016 13:00:31 -0500 Subject: [PATCH 2/2] Wrap sentences to newlines in "How We Teach This" --- 0000-template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/0000-template.md b/0000-template.md index 1c778d89394..ef898e3360a 100644 --- a/0000-template.md +++ b/0000-template.md @@ -23,9 +23,11 @@ This should get into specifics and corner-cases, and include examples of how the # How We Teach This [how-we-teach-this]: #how-we-teach-this -What names and terminology work best for these concepts and why? How is this idea best presented—as a continuation of existing Rust patterns, or as a wholly new one? +What names and terminology work best for these concepts and why? +How is this idea best presented—as a continuation of existing Rust patterns, or as a wholly new one? -Would the acceptance of this proposal change how Rust is taught to new users at any level? How should this feature be introduced and taught to existing Rust users? +Would the acceptance of this proposal change how Rust is taught to new users at any level? +How should this feature be introduced and taught to existing Rust users? What additions or changes to the Rust Reference, _The Rust Programming Language_, and/or _Rust by Example_ does it entail?