Completed
About Ron
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Data-Oriented Programming in Java - Recent Language Additions and Principles
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Ron
- 3 Agenda
- 4 Evolution of a basic application
- 5 Dataoriented programming
- 6 Dataoriented principles
- 7 Separate data and logic
- 8 Generic data structures
- 9 Separate data structures
- 10 Records
- 11 Sealed Classes
- 12 Pattern Matching
- 13 Switch
- 14 Record
- 15 Separate data from logic
- 16 Separate data from representation
- 17 Shield interface
- 18 Run method
- 19 Search method
- 20 Master data
- 21 Questions