Overview
Explore a practical approach to refactoring complex Rust code in this 28-minute conference talk. Learn how to transform unwieldy functions and kitchen sink structs into clean, expressive, and maintainable code. Discover techniques for leveraging Rust's unique features, implementing appropriate traits, and defining clear error boundaries. Follow along as the speaker refactors a single function with hundreds of lines of code, demonstrating how to align your code with Rust's broader ecosystem using standard library traits. Gain insights into writing beautiful, efficient Rust code that future you and your colleagues will appreciate.
Syllabus
Stefan Baumgartner - Trials, Traits, and Tribulations
Taught by
Rust