me115 / design_patterns

图说设计模式
http://design-patterns.readthedocs.org/zh_CN/latest/index.html#
Other
6.83k stars 1.8k forks source link

命令模式中的一个问题,client对于Invoker应该有依赖关系 #34

Open darknosmile opened 5 years ago

darknosmile commented 5 years ago

命令模式中的一个问题,按照实际的实现,client对于Invoker应该有依赖关系. 但是在类图上没有体现,请问一下这个是为什么?