Completed
Passing Dependencies
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Use Dependency Injection to Write Maintainable Software
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is dependency injection
- 3 Data dependency
- 4 Constants
- 5 Behaviors
- 6 Bundles
- 7 Optional Behaviors
- 8 Passing Dependencies
- 9 Dependency Injection
- 10 Creating Fixtures in Test
- 11 Using a Shared Pointer
- 12 Using a Reference
- 13 piping
- 14 function arguments
- 15 translator and formatter
- 16 factory
- 17 unique pointer
- 18 shared pointer
- 19 advantages and disadvantages
- 20 sharing pointer
- 21 factories
- 22 wiring
- 23 component hierarchy
- 24 structs
- 25 Disadvantages
- 26 Testability
- 27 Conclusion