Update to .net core

This commit is contained in:
Petrutiu Mihai
2016-06-28 11:35:15 +03:00
parent d47e43aaa5
commit 4a69b3da17
13 changed files with 36 additions and 43 deletions

View File

@@ -55,9 +55,9 @@ Decouples sender and receiver (as a sender you don't know who will handle the re
Hierarchical in nature
When using the Chain of Responsibility is more effective:
More than one object can handle a command
The handler is not known in advance
The handler is not known in advances
The handler should be determined automatically
Its wished that the request is addressed to a group of objects without explicitly specifying its receiver
It's wished that the request is addressed to a group of objects without explicitly specifying its receiver
The group of objects that may handle the command must be specified in a dynamic way.
Examples in real life:
-java.util.logging.Logger.#log()