Completed
Intro
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 When We Teach, We Start Simple
- 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