The view in turn initializes an instance of the controller and delegates all actions and decisions.
反过来,视图初始化控制器的实例并且指派所有操作和决定。
2
Dependency injection lets you weave together the main layers of your application, which, in turn, lets you produce a loosely coupled application with view, model, and controller layers.