Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reasons and Ways to Improve Code Quality
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why should we care about the code quality?
- 3 First law of programming
- 4 Economic impact
- 5 What's quality code?
- 6 Ways to improve
- 7 Honor SLAP
- 8 Favor high cohesion & loose coupling
- 9 Reveal intention
- 10 Avoid primitive obsession
- 11 Avoid clever code
- 12 Comment "Why", not "What"
- 13 Give good meaningful names
- 14 Do tactical code reviews
- 15 Outro