Completed
Dependencies
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Clean Code in Go
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Thesis
- 3 Why Google created Golang?
- 4 Google - observations
- 5 Golang - assumptions
- 6 Ward's definition of Clean Code
- 7 Golang does not compete on features
- 8 Small specification
- 9 A bit primitive but very concise
- 10 Dead simple syntax
- 11 Dependencies
- 12 No inheritance
- 13 No overloading
- 14 No exceptions
- 15 Build-in auto formatter
- 16 Documentation
- 17 Summary