Latest news and articles about DDD, CQRS, Event Sourcing and Software Architecture in general, aggregated daily and delivered weekly to your feed (RSS) reader. Subscribe here!

Week 46, year 2016

  • DDD Weekly: Issue #20 - Event sourcing at global scale [blog] Martin Krasser. “Together with an international customer, I recently started to explore several options how to globally distribute an application that is based on event sourcing.” Value Object [blog] Martin Fowler. “I find that value objects, particularly small ones, are often overlooked - seen as too trivial to be worth thinking about. But once I’ve spotted a good set of value objects, I find I can create a rich behavior over them. [DDD Weekly]
  • When to include external systems in testing scope - Should you always mock out your database? Or should you include it in the unit/integration testing scope? What about other external systems? This post is based on my Pluralsight course about Pragmatic Unit Testing. Two types of external dependencies When it comes to external dependencies (dependencies outside the process that hosts your application, such as a database, a 3rd party system, etc.), there’s no single guideline regarding how to work with them in tests. [Enterprise Craftsmanship]
Permalink | From 14 November 2016 to 20 November 2016 | Last updated on: Mon, 7 Jun 2021 09:11:14 GMT