Completed
Example 1
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing Beautiful Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Who is speaking?
- 3 Avoid Generic Names
- 4 Avoid Abbreviations
- 5 Avoid using datatype as name
- 6 Nouns & Verbs
- 7 Use plural for a list
- 8 Reserve Loop Indexes
- 9 Example 1
- 10 Similar names
- 11 Don't say the obvious
- 12 Explain why you made that choice
- 13 Document special cases
- 14 Make Comments Redundant
- 15 Divide & Conquer
- 16 The 7
- 17 Avoid too many nested levels
- 18 Handle errors separately
- 19 Suppress the implementation details
- 20 Summary