Category: Architecture
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”. … Read more
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 … Read more
As a species we have always been attracted to novelty. This has probably served us well for things with short feedback loops as we quickly learnt whether the … Read more
If you have ever worked with calculations in the financial sector you know that decimals and roundings are both incredibly important and incredibly annoying. When you round, and … Read more