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.
The Go Programming Language | Gopherfest 2015 | Go Proverbs with Rob Pike
Filed under:
Same Source
Related Notes
- There’s something qualitative and important that happens when the e...from marcbrooker@gmail.com (Marc Brooker)
- it's neat how *adding* affine measures is mathematically invali...from buttondown.email
- Direct manipulation of data - something like sketch pad - where you...from youtube.com
- facts incorporate time [[Think about how we structure data for ours...from InfoQ
- General notes: Instead of writing code, directly manipulate data...from youtube.com
- Pike's rules 1 and 2 restate Tony Hoare's famous maxim &quo...from University of Texas in Austin
- Entity: An entity represents a general-purpose object. In a game en...from en.wikipedia.org
- The idea here is that instead of incrementing a single row for a co...from planetscale.com