Generics
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the introduction of generics in Go with this 29-minute conference talk from GopherCon 2021. Join Go Team members Robert Griesemer and Ian Lance Taylor as they discuss the upcoming 1.18 release, which officially supports generic functions and types. Learn about the new packages providing common generic functionality and gain insights into the expressive power generics bring to Go. Discover best practices for implementing generics, including guidance on when and where to use these new features for optimal readability, maintainability, and performance. Get a brief overview of the new features and understand the responsibilities that come with leveraging generics in your Go code.
Syllabus
GopherCon 2021: Robert Griesemer & Ian Lance Taylor - Generics!
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube