Tag: Design pattern

Ensuring code quality for API’s with Request Manager API Pattern

You can clone use and play around with the code from here: Bitbucket.org/jmreiche/requestmanager Feel free to reach out to me with questions or suggestions for improvements.

Chain of responsibility software pattern for response handling

As the name suggests Chain of responsibility design pattern creates/describes a chain of responsibility. This chain can be static/hardcoded or it can be dynamic and loaded or changed…