|
|
|
|
|
by DerArzt
1553 days ago
|
|
> More experienced people will generally be happy to offload ownership tracking to the compiler and save some of their brainpower for other things. For me, the great benefit here is we can explicitly mark down in the code if a parameter is mutable vs immutable. This is a gain since you know explicitly if what you pass in will be changed or not inside the function. |
|