|
|
|
|
|
by pkolaczk
1119 days ago
|
|
> It adds mental overhead. The borrow checker removes the mental overhead of borrow-checking. You don't have to do it by yourself, you can lean on the borrow-checker to do that for you. In C++ you're all by yourself. You may pretend you don't need to do it, but you will run into troubles pretty fast. |
|