Take Up Code
71: Design Patterns: Chain Of Responsibility.
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:08:21
- Mas informaciones
Informações:
Sinopsis
The chain of responsibility behavioral pattern allows you to setup a series of possible results that you can initiate from a single location without worrying about what code will provide the result. Usually this pattern describes a single outcome but there can be more.