Take Up Code
Take Up Code
Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
71: Design Patterns: Chain Of Responsibility.
8 minutes Posted Mar 13, 2016 at 9:30 pm.
0:00
8:21
Download MP3
Show notes
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.