Note on Gopherfest 2015 | Go Proverbs With Rob Pike via The Go Programming Language
don’t communicate by sharing memory
share memory by communicating
See also Rich Hickey’s “The Value of Values” where he talks about communicating values, not places. An ID or a reference is a place, not a value.