Обложка канала

Physics.Math.Code

60543 @physics_lib

Сообщество физиков, математиков и разработчиков. Книги, видеоуроки, статьи.

Physics.Math.Code

4 года назад
Открыть в
📗 Go: идиомы и паттерны проектирования [2022] Джон Боднер Go быстро набирает популярность в качестве языка для создания веб-сервисов. Существует множество учебников по синтаксису Go, но знать его недостаточно. Автор Джон Боднер описывает и объясняет паттерны проектирования, используемые опытными разработчиками. В книге собрана наиболее важная информация, необходимая для написания чистого и идиоматического Go-кода. Вы научитесь думать как Go-разработчик, вне зависимости от предыдущего опыта программирования. 📘 Learning Go: An Idiomatic Approach to Real-World Go Programming [2021] Jon Bodner Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, 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. You'll also get a preview of Go's upcoming generics support and how it fits into the language. #GO #golang #программирование