依赖注入:
依赖注入在一定程度上对代码耦合性有了很大程度的改观,这样在执行操作时候可以不必很关心代码耦合性,随意修改一个类,并不会影响到程序的正常执行,同时操作简化。
容器依赖注入:
个人感觉是将所有的对象动态进行封装到一个容器里然后通过容器动态管理所有类,这样依赖注入只需要注入当前容器容器内部有对应类的实例,然后容器->对象->依次执行对应操作。
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!