Week 16, year 2019
- Nothing ever goes exactly by the book - In Designing Object-Oriented Software, we used the design for an ATM (Automated Teller Machine) to illustrate how to design object-oriented software. We worked through a simplistic design for an ATM and produced a CRC (Class-Responsibility-Collaborator) Card design. Several years after … Continue reading → [The Responsible Designer]
- Developing the ubiquitous language - Reading Time: 4 minutes In the article “what-is-strategic-design” I made an introduction about what is a Ubiquitous Language. In this article, I will address other important points about Ubiquitous Language and show how you can develop a Ubiquitous Language.... The post Developing the ubiquitous language appeared first on DDD. [DDD]
- CQRS and exception handling - In this article, I’d like to discuss one particular aspect of exception handling relevant to CQRS and the decorator pattern. [Enterprise Craftsmanship]