书籍 Head First Go的封面

Head First Go

Jay McGavren

出版时间

2018-06-25

ISBN

9781491969557

评分

★★★★★

标签

编程

书籍介绍

Go represents an attempt to improve on some weaknesses of traditional compiled programming languages. It de-emphasizes or removes error-prone language structures like class inheritance and exception handling. It features great concurrency support and automatic memory management (garbage collection).Existing Go books tend to be highly technical in nature, teaching all aspects of the language regardless of their relevance to beginners. This book, rather than talking about the features of Go in abstract terms, features simple, clear examples that demonstrate Go in action, and diagrams to explain difficult concepts.This book will not only teach developers basic language features, it will get them comfortable consulting error output, documentation, and search engines to find solutions to problems. It will teach all the conventions and techniques that employers expect an entry-level Go developer to know.

用户评论
翻过
看过的最好的一本讲golang的教科书
head first系列的缺点就是太冗长了
有其他编程经验的看这个感觉有点罗嗦。 注:这些go和kubernetes, docker, kafka等大部分都是去年下半年看官方文档学习的。
一颗星给插图,内容实在是有点太浅了,连 select 都没说
该系列作为基础入门读本还可以,深入学习还需要找其他书籍进一步学习
简单