Go at Google (Rob Pike) #43

Open
opened 2021-06-20 04:39:39 +00:00 by jeff · 0 comments
Owner

https://talks.golang.org/2012/splash.article

"Go was designed and developed to make working in this environment more productive."

"...it is about language design in the service of software engineering."

"Don't communicate by sharing memory, share memory by communicating."

Composition not inheritance

"A pair of built-in functions called panic and recover allow the programmer to protect against such things. However, these functions are intentionally clumsy, rarely used, and not integrated into the library the way, say, Java libraries use exceptions."

https://talks.golang.org/2012/splash.article "Go was designed and developed to make working in this environment more productive." "...it is about language design in the service of software engineering." "Don't communicate by sharing memory, share memory by communicating." Composition not inheritance "A pair of built-in functions called panic and recover allow the programmer to protect against such things. However, these functions are intentionally clumsy, rarely used, and not integrated into the library the way, say, Java libraries use exceptions."
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: simplesystems/go-resources#43
No description provided.