1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-11 16:50:16 +02:00

Apply suggestion from @gribozavr

Co-authored-by: Dmitri Gribenko <gribozavr@gmail.com>
This commit is contained in:
Luca Palmieri
2025-07-07 11:46:01 +02:00
committed by GitHub
parent 447904a96d
commit 28d83e5888

View File

@ -26,7 +26,7 @@ Additional items speaker may mention:
types. ["Domain Modeling Made Functional"][1] is a great resource on the
topic, with examples written in F#.
- Despite its functional roots, functional design patterns don't translate as-is
- Despite Rust's functional roots, functional design patterns don't translate as-is
to Rust. For instance, extensive use of higher-kinded functions and types can
result in code that is harder to read and maintain. Design patterns in Rust
must take into account (and leverage!) the granular control over mutability