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 14, year 2016

  • Having the domain model separated from the persistence model - In this post, I’d like to write about a pretty common discussion in DDD circles: should one have the domain model separated from the persistence model? In other words, should you map your domain objects to the DB tables directly using an ORM or would it be better to use a separate set of Data Access Objects (DAOs) instead? [Enterprise Craftsmanship]
  • Code Reviews and Blame Culture - Gated pre-merge code reviews are bad. Always refactor on master. Always do Pair Programming. Don’t use branches. Apply Continuous Integration. Best practices likes these are great. [Mathias Verraes]
Permalink | From 04 April 2016 to 10 April 2016 | Last updated on: Mon, 7 Jun 2021 09:18:52 GMT