Functions: The "Expression Narrative"
In JavaScript, functions often feel like a playground of "statements" (lines of code that just do stuff). In Rust, functions are structured as a Narrative of Expressions.
Almost everything in Rust is an Expression (it evaluates to a value). This mea...
yafi.hashnode.dev2 min read