Email the Author
You can use this page to email Preslav Rachev about Generic Go.
About the Book
NOTE: This book is an early `sketchpad` stage. This is why it is currently priced at the absolute minimum allowed by Leanpub ($4.99). Investing in the book at this stage will help support my writing efforts, and save you 80% of the full price ($19.99)
The addition of generic type parameters has been a hot topic since the very beginning of the Go programming language. The lack of generics is seen by many as an advantage rather than a shortcoming of the language. It has been a deliberate and justified decision, putting the readability and easy understanding of Go before writing ergonomics. It is fair to say that the Go community has managed to do wonders with Go’s existing set of features.
Yet, the rapid adoption of the language brings with itself new applications and problem domains. With projects going beyond a certain scale, reusing portions of the code becomes a necessity. This is why the core team has iterated over multiple language proposals for generics until one stood out and will eventually make it in an upcoming version.
This mini-book will prepare both novice and experienced programmers about this major language change. It will:
- explain the need for generics
- compare and contrast their inclusion in other languages like Java.
- help the reader safely experiment with type parameters without changing their production environment
- address common problems, solving them both with Go’s existing set of features and using the accepted type parameters proposal.
- address major pitfalls of generics, and help the reader choose wisely when to use them and when not.
About the Author
A seasoned software developer with about a decade of professional experience behind my back. My first real touch with programming dates about a decade further back. Throughout my career, I have had the chance to learn a lot, and I believe that the time has come for me to contribute my knowledge back to the developer community.