|
|
|
|
|
by mixedCase
3511 days ago
|
|
Go pointers have no pointer arithmetic and are clearer than guessing what's being passed by value/reference and something like C#'s out/ref. With or without pointers, as a programmer you'll have to understand passing by value and passing by reference. Go just makes it explicit in a language construct. |
|
Your second paragraph seems to invalidate your first?