Defense Against the Wrong Logic: Proactive Rust Coding - Rust Techniques and Patterns
Offered By: Rust via YouTube
Course Description
Overview
Explore defensive Rust programming techniques in this 31-minute conference talk from RustLatam 2019. Learn how to build safeguards into your code, test assumptions, and leverage Rust's features to prevent logic bugs and incorrect assumptions. Discover the use of new types, type aliases, the Builder Pattern, input conversion, and proper handling of unwrap and expect. Gain insights into unsafe code guidelines and best practices. Enhance your Rust coding skills to create more robust and reliable applications, reducing the risk of late-night debugging sessions.
Syllabus
Intro
New types
Type alias
Builder Pattern
Converting Input
Unwrap Expect
Unsafe
Guidelines
Outro
Taught by
Rust
Related Courses
Defensive R ProgrammingDataCamp Secure Coding: Preventing Broken Access Control
Pluralsight Clean Code
Udemy C#: Using Defensive Programming to Refactor Code (Interactive)
Pluralsight Secure Coding in C
LinkedIn Learning