by Organisers @virtualddd | May 15, 2020
Functional programming enables the modeling of business domains based on a type system. This allows to prevent invariants already at runtime and customers have the possibility to give feedback directly to the code. In this workshop you can try it out yourself. We...
by Organisers @virtualddd | May 15, 2020
The `traverse` function is so pervasive in functional programming that it became a joke: — How do I do— It's traverse https://twitter.com/search?q=%22it%27s%20traverse%22&src=typed_query Since it's a bit abstract until you actually encounter it,...
by Organisers @virtualddd | Nov 6, 2019
Within the community there is been an ongoing discussion about the aggregate pattern. From Eric Evans perspective it is: An architectural pattern that enforces the consistency of a set of interrelated constraints, by defining a transactional boundary, a concurrency...