Completed
Questions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Impact on Maintainability and Refactoring for Higher-Level Design Features
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Historical context
- 3 Structured programming
- 4 Types vs functions
- 5 What is refactoring
- 6 How do you draw an owl
- 7 Basic refactorings
- 8 Limits
- 9 Scale and Visibility
- 10 Multistep refactoring
- 11 Multistep refactoring atoms
- 12 Multistep refactoring operations
- 13 Questions
- 14 Rename a type
- 15 Forward declarations
- 16 ADL for everyone
- 17 Changing namespaces
- 18 Multistep refactoring approaches
- 19 Problems with multistep refactoring
- 20 Multistep refactoring strategy
- 21 Legacy precision
- 22 We dont do this for every change
- 23 It should be cheap
- 24 Functions
- 25 Preconditions
- 26 Format String Checker
- 27 Summary