Completed
Embrace and extend
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Move Deliberately and Don't Break Anything: Lessons from Java Evolution
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Programming is at heart
- 3 The right way to ship software
- 4 The pragmatic maxim
- 5 The bottom of the stack
- 6 Dont break users expectations
- 7 Compatibility
- 8 Developers overestimate the importance of code
- 9 Dont move at all
- 10 Embrace and extend
- 11 Evolution trick
- 12 Consistency isnt bad
- 13 Changing hardware
- 14 Memory efficiency
- 15 Developers cant help themselves
- 16 Value types
- 17 Generics
- 18 Questions