Completed
Implicit
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Is Boilerplate Code Really So Bad
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 You can leave now
- 3 Boilerplate
- 4 Hello World Example
- 5 Good IDEs
- 6 Modern Java
- 7 Data classes
- 8 Writing boilerplate
- 9 Reading Java code
- 10 Lombok
- 11 Dataclasses
- 12 Casting
- 13 Nulls
- 14 Optional
- 15 Switch statements
- 16 Default parameter values
- 17 Collections
- 18 Lists
- 19 Maps
- 20 Lambda Expressions
- 21 Streams API
- 22 Can we go too far
- 23 Implicit
- 24 When is boilerplate good
- 25 Summary
- 26 Additional code
- 27 What is readable
- 28 Reducing code
- 29 Questions