Is there such a thing as a manager design pattern?

后端 未结 3 1195
再見小時候
再見小時候 2020-12-13 06:31

Is there such a thing as a manager design pattern that controls how different entities interact?

This is for a project for which the Environment, EnvironmentL

3条回答
  •  天涯浪人
    2020-12-13 06:35

    In many systems, a manager is also a facade for a sub-system, and in that scenario it is more of a facade design pattern.

提交回复
热议问题