Skip to content

plusangel/DependencyInversion_pattern_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Inversion in modern C++

We use the classic example of the power switch and the light bulb to explain the dependency inversion pattern in C++.

More about that in the coding Adventures blog post.