Completed
Exceptions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scala Best Practices I Wish Someone'd Told Me About
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Array comparison
- 3 Type annotation
- 4 Unicode operators
- 5 Enumerations
- 6 Sealed traits
- 7 Algebraic Data Types
- 8 Case classes
- 9 Custom extractors
- 10 Structural types
- 11 Exceptions
- 12 The return keyword
- 13 Implicit conversions
- 14 Implicit resolution
- 15 String concatenation
- 16 Enforcing best practices
- 17 More good and bad practices