1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-12 01:00: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:49 +02:00
committed by GitHub
parent a44eaa9095
commit 38e6dbda2b

View File

@ -30,7 +30,7 @@ Additional items speaker may mention:
to Rust. For instance, extensive use of higher-order functions and higher-kinded 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
that comes with its borrow-checker.
that comes with its borrow checker.
- The same caution should be applied to object-oriented design patterns. Rust
doesn't support inheritance, and object boundaries must be mindful of the