From 856436ce32304bedf694d8388d6cd3430a23a101 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sun, 10 Aug 2025 15:07:48 -0700 Subject: [PATCH] Observations/Thoughts: Are we Teaching Rust Effectively? I wanted to make a broad suggestion for improving the quality of learning materials especially for addressing the perception of Rust's learning curve. It is unclear what would make quantifiable improvements, but in this article I explore the possibility that focusing on ownership may not be the most effective way to help students become proficient. A blog post seemed like the best first step, since this is informal opinion, at best. --- draft/2025-08-13-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 61e3973aa..b2f415a16 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -42,6 +42,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Are we Teaching Rust Effectively?](https://blog.kodewerx.org/2025/08/are-we-teaching-rust-effectively.html) + ### Rust Walkthroughs ### Research