beriukay comments on I believe it's doublethink - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (32)
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.