SOLID in Go
Dave Cheney recently did a keynote about Go and SOLID, teaching his interpretation of SOLID in a language that reimagines classes in a new way. ...
Dave Cheney recently did a keynote about Go and SOLID, teaching his interpretation of SOLID in a language that reimagines classes in a new way. ...
Go has many styles of concurrency, and Rob Pike, one of the original developers of Go, speaks in detail about a way to approach concurrency in a mock design of Google’s search system with pseudo patterns. ...