Open Logistichain opened 6 years ago
Rewrite all Node commandhandlers into a Chain of Responsibility design pattern, so the command (a string) flows through the chain and passes it on to the next object in the chain.
I'll be creating a separate repository to create a library that allows an easy-to-use CoR pattern through the use of data annotations.
Rewrite all Node commandhandlers into a Chain of Responsibility design pattern, so the command (a string) flows through the chain and passes it on to the next object in the chain.