📜 ⬆️ ⬇️

Design Pattern "Team" / "Command"

Read the description of other patterns.
A

Problem


It is necessary to have an effective presentation of requests to a certain system, while not having knowledge of their nature or of how to handle them.

Description


There are at least three motivations for using the “Team” template:

Source: https://habr.com/ru/post/114455/


All Articles