We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71204b7 commit a025490Copy full SHA for a025490
src/idiomatic/leveraging-the-type-system.md
@@ -35,7 +35,7 @@ Additional items speaker may mention:
35
types in Rust.
36
37
Evaluate, on a case-by-case basis, whether a more imperative approach may be
38
- easier to implement, relying on Rust's borrow-checker and type system to
+ easier to implement. Consider using in-place mutation, relying on Rust's borrow-checker and type system to
39
control what can be mutated, and where.
40
41
- The same caution should be applied to object-oriented design patterns. Rust
0 commit comments