Completed
Data which might change
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Use C++ Dependency Injection to Write Maintainable Software - CppCon 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Dependency Injection
- 3 How to pass dependencies around
- 4 Data which is constant
- 5 Data which might change
- 6 Passing the dependencies
- 7 References are Universal
- 8 Factories
- 9 Unique Point
- 10 The Solution
- 11 Advantages and Disadvantages
- 12 Testability
- 13 Recap
- 14 Conclusion
- 15 Questions
- 16 Can it work
- 17 Passing as a parameter
- 18 Multiple functions
- 19 Piping