Tag: Software architecture

Complexity multiplies cost

Software Events vs. Real Life Events

Ignoring the fact that the word “event” has a special meaning in software development I will proceed to use it in its broader definition as “something that happens”….

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…