@extropy
On-chain code doesn’t forgive messy control flow.
https://academy.extropy.io/pages/courses/rust-fundamentals-landing.html
Mutable loops and ignored errors don’t just slow you down, they make state harder to reason about.
This session focuses on Rust’s data-flow model:
iterators, closures, collections, and explicit error handling.