Posts tagged with 'functional_programming'
-
Reinventing Objects
Continuing the exploration of the differences between OOP and functional mindsets
-
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?