Posts tagged with 'ddd'
-
Of Oracles and Djinns
How can you keep your domain logic database-agnostic and still leverage the benefits of DBMS?
-
How to do the package structure in a Ports and Adapters architecture
Where do you put the pieces of code when you are implementing the Ports and Adapter architecture (or hexagonal architecture)
-
Are functional domain models always anemic?
Since data does not contain any logic in functional programming, does this mean that we cannot encode logic in it?