Completed
Avoid really long lists of parameters
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Simplicity - Not Just for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What Happens to Developers?
- 3 What is simple code?
- 4 Is Simpler Better?
- 5 Is it faster to write simple code?
- 6 Is simpler code more correct?
- 7 Does simpler code run faster?
- 8 What's in it for you?
- 9 The Easiest Step
- 10 Names really help
- 11 Using names
- 12 Short Functions
- 13 Avoid really long lists of parameters
- 14 Const all the things
- 15 Keep up with the standard
- 16 The pit of success
- 17 Simplicity Paradox
- 18 Idioms, Library Abstractions, Commonality
- 19 The Harder Step
- 20 The Hardest Steps
- 21 The Bravery
- 22 Call to Action