MENU

Fun & Interesting

5 deadly Rust anti-patterns to avoid

Let's Get Rusty 51,543 5 months ago
Video Not Working? Fix It Now

In this video, we explore 5 deadly anti-patterns in Rust that can lead to buggy, inefficient, or hard-to-maintain code. Avoid these mistakes to write cleaner, more reliable Rust code. Free Rust training: https://letsgetrusty.com/training Chapters: 0:00 Intro 0:03 Lazy-man error handling 2:39 Neglecting STD traits 4:30 Clone() everywhere 7:33 Underutilizing pattern matching 9:07 Glob imports 12:41 Bonus anti-pattern

Comment