nikomatsakis / rust-design-axioms

Discovering and describing Rust's design axioms
https://nikomatsakis.github.io/rust-design-axioms/
Other
67 stars 3 forks source link

Rework "composable and orthogonal" to follow axiom->consequence structure #8

Open joshtriplett opened 11 months ago

joshtriplett commented 11 months ago

Rather than focusing on N×M vs N+M, focus on Rust users wanting to learn a feature more easily and apply it everywhere it makes sense. A feature that works with everything else in the obvious ways will be easier to describe, learn, and use.