Learning Go: An Idiomatic Approach to Real-World Go Programming 2/e
暫譯: 學習 Go:實用的 Go 程式設計慣用法(第二版)

Bodner, Jon

  • 出版商: O'Reilly
  • 出版日期: 2024-02-20
  • 定價: $2,380
  • 售價: 8.8$2,094 (限時優惠至 2025-02-02)
  • 語言: 英文
  • 頁數: 491
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1098139291
  • ISBN-13: 9781098139292
  • 相關分類: Go 程式語言
  • 立即出貨 (庫存 < 4)

買這商品的人也買了...

相關主題

商品描述

Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go.

No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner introduces the design patterns experienced Go developers have adopted and explores the rationale for using them. This updated edition also shows you how Go's generics support fits into the language.

This book helps you:

  • Write idiomatic code in Go and design a Go project
  • Understand the reasons behind Go's design decisions
  • Set up a Go development environment for a solo developer or team
  • Learn how and when to use reflection, unsafe, and cgo
  • Discover how Go's features allow the language to run efficiently
  • Know which Go features you should use sparingly or not at all
  • Use Go's tools to improve performance, optimize memory usage, and reduce garbage collection
  • Learn how to use Go's advanced development tools

商品描述(中文翻譯)

Go 已迅速成為構建網路服務的首選語言。雖然有許多教程可以教導其他程式語言開發者 Go 的語法,但僅有教程是不夠的。這些教程並不教授 Go 的慣用法,因此開發者最終會重複創建在 Go 環境中沒有意義的模式。本實用指南提供了撰寫清晰且符合慣用法的 Go 所需的基本背景知識。

無論您的經驗水平如何,您都將學會如何像 Go 開發者一樣思考。作者 Jon Bodner 介紹了經驗豐富的 Go 開發者所採用的設計模式,並探討了使用這些模式的理由。本更新版還展示了 Go 的泛型支持如何融入語言中。

本書幫助您:

- 撰寫符合慣用法的 Go 代碼並設計 Go 專案
- 理解 Go 設計決策背後的原因
- 為單獨開發者或團隊設置 Go 開發環境
- 學習如何以及何時使用反射、unsafe 和 cgo
- 發現 Go 的特性如何使語言高效運行
- 知道哪些 Go 特性應該謹慎使用或完全不使用
- 使用 Go 的工具來改善性能、優化記憶體使用和減少垃圾回收
- 學習如何使用 Go 的進階開發工具