Completed
Adding new functionality
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
If Statements Are a Code Smell
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is an if statement
- 3 Generating summary text
- 4 Objectoriented programming
- 5 Objectoriented principles
- 6 Polymorphism Example
- 7 Python Example
- 8 How to Replace Conditionals
- 9 What is this bot trying to do
- 10 How we would refactor
- 11 Creating a base class
- 12 Creating a driver class
- 13 Adding new functionality
- 14 Creating a class
- 15 Refactoring
- 16 Composition vs Inheritance
- 17 Recap
- 18 Busy Beaver