From 53b49467550ab772f95de61e897328919bf37ba2 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Sat, 16 Jul 2022 11:40:55 +0200 Subject: [PATCH] Adding quotes --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 0e02ca7..46a7e90 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,28 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning. ![](inside-cover.jpg) +## Quotes + +> "This should be the required reading for all Golang developers before they touch code in Production... It's the Golang equivalent of the legendary 'Effective Java' by Joshua Bloch." + +Neeraj Shah + +> "This unique book teaches you good habits by helping you identify bad ones. Harsanyi's writing style is engaging, the examples relevant, and his insights useful. I thought it was a great read, and I think you will too." + +Thad Meyer + +> "Learning from mistakes is proven as one of the best ways to learn a subject. This book helps you do just that by demonstrating the most common mistakes people make coming to Go, why most people make them and the proper way to solve the problems." + +Ryan Huber + +> "This book explains many subtleties of the Go programming language that may cause errors and provides the reader with advice on how to deal with these situations. The precise explanations and real world examples make it a great addition for those learning Go programming language or looking to advance their mastery of the language." + +Borko Djurkovic + +> "Not having this will be the 101st mistake a Go programmer could make." + +Anupam Sengupta + ## Table of Contents ### Chapter 1 - Introduction