|
|
|
|
|
by fleitz
3822 days ago
|
|
I think swift really found the sweet spot in this regard by not thinking about mutability but value/reference semantics. I've found that in swift the things that should be values are and the things that should be references are, rather than taking an all or nothing approach. |
|