subscribe via RSS

Jean Georges

Rolling ramblings about life, the universe and everything

What is a Repository Pattern ? There’s a lot of misconception around about how the Repository Pattern should work. Some even due to a misunderstanding of the pattern itself. As PoEAA describes it, the Repository is a pattern meant to: Mediates between the domain and data mapping layers using a...

Wait, what’s DDD again ? This article requires familiarity with DDD concepts. Let’s start with defining what DDD (domain driven design) is not: DDD is not a method DDD is not an architecture DDD is not a silver bullet DDD manifests as a strategic approach towards the simplification of software...