Expressive Summary
-
Expressiveness is a measure of how easy it is to:
- Take a design and map it to code.
- Read code, and understand what it means.
-
Rust has constructs that make it easy to say what you mean.
-
When the code is read, it is clear to see what it is doing.