Swinject to handle dependency injection, Felipe Garcia (English)

preview_player
Показать описание
Felipe takes us for a deep dive into Swinject and shows code examples of how to use Swinject. He touches topics like containers, object scopes and how to register and resolve using arguments.

Рекомендации по теме
Комментарии
Автор

"D" in SOLID stands for "Dependency inversion principle". Not "injection"

PavelGnatyuk
Автор

People who know about Swinject, kindly post your views

umangb
Автор

Thank you for the video. It was informative.

alexvermont
Автор

one note on method injection, when you present it with a public parameter it makes no sense over property injection. When you make a presentation you should create a clear distinction between property injection and method injection so one should use private or fileprivate.

daisoreanulaurentiu
Автор

i kept getting this error: Swift class extensions and categories on Swift classes are not allowed to have +load methods, how do i bypass this? thanks

aleph.