You've already forked comprehensive-rust
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:
@ -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
|
||||
|
Reference in New Issue
Block a user