Completed
Anti-pattern: If - Then - Else
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Go Anti-Patterns
Automatically move to the next video in the Classroom when playback concludes
- 1 Go Anti-patterns
- 2 Idiomatic Go
- 3 #2 Simplicity
- 4 #3 Readability
- 5 Anti-pattern: Tiny Package Syndrome
- 6 Anti-pattern: Premature Exportation
- 7 Anti-pattern: package util
- 8 Anti-pattern: Config Structs
- 9 Anti-pattern: context. Value
- 10 Anti-pattern: Asynchronous APIs
- 11 Anti-pattern: If - Then - Else
- 12 Anti-pattern: Panic In a Lib
- 13 Anti-pattern: Interface all the things
- 14 Anti-pattern: interface{}
- 15 Orthogonality