Название: Effective Go: Elegant, efficient, and testable code (MEAP v5)
Автор: Inanc Gumus
Издательство: Manning Publications
Год: 2023
Страниц: 444
Язык: английский
Формат: pdf, epub
Размер: 14.1 MB
Unlock Go’s unique perspective on program design, and start writing simple, maintainable, and testable Go code. Writing well-designed Go code takes more than just porting across skills you’ve learned in other languages. You’ll need to understand Go’s unique way of working to ensure your programs don’t spiral out of control. This book is the perfect primer on Go’s hidden mechanics that will help you code more effective Go. Effective Go teaches you to write well-designed and maintainable code in Go. By concentrating on Go’s unique characteristics, you’ll learn how to stop fighting against the language and start delivering idiomatic code that’s simple, adaptable, and testable. You’ll learn how to deliver applications and how to extend code with robust testing. Easy-to-understand visualizations and step-by-step examples help explain Go’s complexities without oversimplification. For programmers who have learned the basics of Go.