Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 196 Bytes

ioc_good.md

File metadata and controls

10 lines (5 loc) · 196 Bytes

IoC 有什么好处?

  • 减少代码

  • 是应用更容易测试

  • 松耦合 (Loose coupling) 和最小的侵入性

  • IOC containers support eager instantiation and lazy loading of services.