I’m recently new to the field of computer programming, but there’s a metaphor that I find to be rather apt. Instead of passing by value, saying “X is true”… you can pass by reference, saying “Location Y says that X is true”. Of course, passing by const reference would be better, but our machinery is corrupted.
I’m recently new to the field of computer programming, but there’s a metaphor that I find to be rather apt. Instead of passing by value, saying “X is true”… you can pass by reference, saying “Location Y says that X is true”. Of course, passing by const reference would be better, but our machinery is corrupted.