"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."
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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."