My new video series on the Dependency Inversion Principle is online

2015-08-29 at 09:35 0 comments

During the past weeks, I have been releasing videos on the Dependency Inversion Principle (DIP) which was originally published by Uncle Bob in 1996. I’m happy to announce that my video series is finished – you can watch it on YouTube now.
In this video series, we start off with the first example of Uncle Bob’s paper which is (more or less) the simplest text editor possible, implemented in a procedural style of programming. Through applying the DIP, we simplify our code and realize the need for objects. We also discuss what role Dependency Injection (DI) plays in the grand scheme, what a composition root is, and how you can use a DI container to resolve object graphs dynamically. We finish the series with a look at the Composite Pattern and the consequences of the DIP on software architecture.
I hope you will enjoy the videos. If you have any questions or recommendations, please feel free to post them in the comments section on YouTube or here on my website.

Comments

Currently there are no comments for this post. Write the first one!

Leave a Reply

Your email address will not be published. Required fields are marked *