ga('send', 'pageview');
Categories
DDD Mjukvaruhantverk

Tackling complexity in the heart of software

This blog post is a compilation of my thoughts from two meetups that me and my colleagues at Citerus hosted last fall with the topic Cynefin ♥ DDD. The purpose of the meetups was to explore the relationship between the Cynefin framework and Domain-Driven Design. To get the most out of this blog post it’s […]

Categories
Metod Teknik

Att uppgradera DDD Sample Appen eller Vem @Ignore(rade) enhetstesterna?

Vi tänkte det skulle vara intressant att utforska ett antal perspektiv av system byggda med Domändriven Design. Vi vill se hur en uppdatering av vårt sätt att se på DDD och uppgradering av ramverk kommer påverka vår kodbas. Kommer våra ingrepp påverka den domänlogiken?   DDD Sample Appen togs fram tillsammans med Eric Evans och […]

Categories
Teknik

Specification Pattern as a Refactoring Tool

Specification is a tactical design pattern presented in Erics Evans’ book Domain-Driven Design. It can be used not only when new code is written, but also as a power tool for refactoring work. Patrik Fredriksson shows us how to use the Specification pattern to transform a piece of ugly code into a creation of beauty.