|
|
|
|
|
by wtetzner
2169 days ago
|
|
You may be able to get work done, but I've seen actual bugs because people didn't understand how memory was managed. For example, not realizing that passing an object to a function was passing a reference, and not a copy. These are things that are explicit in Rust. |
|