Completed
Modular features
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scala - The Simple Parts
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Scala 10th Anniversary
- 3 Scalas Growth
- 4 Scalas Controversy
- 5 Scala The Simple Parts
- 6 What is Scala
- 7 Domains
- 8 Growable
- 9 Scala is a language for growth
- 10 What enables growth
- 11 Functional and object programming
- 12 Scala
- 13 Modular Programming
- 14 Functional Programming vs Modular Programming
- 15 Objects vs Modules
- 16 Scalas Simple Parts
- 17 Simple vs Easy
- 18 Expressions
- 19 Nesting scopes
- 20 Scala vs Java
- 21 Refactor your code
- 22 Scala vocabulary
- 23 Scala types
- 24 Scala objectoriented
- 25 Scala recursion
- 26 Function values
- 27 Collections
- 28 Map and Filter
- 29 Map over Sets
- 30 Type of Map
- 31 Use Case
- 32 Counter Argument
- 33 Variables
- 34 Persistence
- 35 Type checker
- 36 Refined types
- 37 Modules
- 38 Modular roots
- 39 Modular features
- 40 Abstract types
- 41 Simple graph model
- 42 Concrete graph model
- 43 Scala parameterization