Dependency Injection with Boost.DI

preview_player
Показать описание
This month, Richard Thomson gives us a presentation on dependency injection in C++. We'll look at dependency injection in general and then look at dependency injection using the Boost.DI library.
Рекомендации по теме
Комментарии
Автор

I find the compiler errors utterly incomprehensible. It's a cool library, but after a few months of using it, I end up spending more time debugging the library than I ever would manually wiring things. I think it also promotes sloppy design because you don't think about your dependencies as much. That's probably true of every DI framework though.

scotthinton
Автор

Going over the info on github is a bit lame ... especially since the github info is not very good. You should create new and better content.

stevenbroshar