dev-resources.site
for different kinds of informations.
Go Proverbs from @rob_pike
Published at
12/11/2018
Categories
go
tir
proverb
robpike
Author
chenge
Author
6 person written this
chenge
open
A sublist of a video for Go.
Simple, Poetic, Pithy
Don't communicate by sharing memory, share memory by communicating.
Concurrency is not parallelism.
Channels orchestrate; mutexes serialize.
The bigger the interface, the weaker the abstraction.
Make the zero value useful.
interface{} says nothing.
Gofmt's style is no one's favorite, yet gofmt is everyone's favorite.
A little copying is better than a little dependency.
Syscall must always be guarded with build tags.
Cgo must always be guarded with build tags.
Cgo is not Go.
With the unsafe package there are no guarantees.
Clear is better than clever.
Reflection is never clear.
Errors are values.
Don't just check errors, handle them gracefully.
Design the architecture, name the components, document the details.
Documentation is for users.
Don't panic.
tir Article's
9 articles in total
Go Proverbs from @rob_pike
currently reading
#TIR: A call for Rust 2019 Roadmap blog posts
read article
#TIR: Plataformatec and Elixir: 2018 in review
read article
Recommend:illustration How does Unicorn work?
read article
Recommend: Anonymous Functions, Programming Elixir 1.6βββChapter 5
read article
Recommend: AST for JavaScript developers
read article
Recommend: Five Language Stories
read article
#TIR: Microservices Design Guide
read article
#TIR: Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1
read article
Featured ones: