Completed
Panics
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Robustness of Go
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Outline
- 4 About me
- 5 What is robustness
- 6 What is fragility
- 7 What is Go
- 8 Scape Analysis
- 9 Bound Checks
- 10 Type Safety
- 11 Interfaces
- 12 Detecting errors
- 13 No exceptions
- 14 Mutual exclusion
- 15 Channels
- 16 Data Race
- 17 NeoPointers
- 18 Generics
- 19 Panics
- 20 HTTP Panic
- 21 Go is not robust
- 22 Erlang is robust
- 23 Let it crash
- 24 Most Robust Go Program
- 25 Version Management
- 26 Hot Code Swapping
- 27 Dynamic Runtimes