Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine DDD mapping into Clojure #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ascho
Copy link

@ascho ascho commented Jul 10, 2024

Hi!
My goal was to investigate how DDD ideas are projected into Clojure programming language and i found your codebase.
During investigation i've made changes which imho clarify the exact mapping of DDD into Clojure:

  • slightly decrease number of used concepts preserving original approach of distinguishing between events and their application
  • core logic assembled in domain services, domain model was distilled to pure specs checking structure and invariants defined upon it
  • if keyword intersects module boundary then use only namespace qualified keywords in that case

Pull request is rather large, i decided that there is no sense to make smaller steps without having coherent picture of the final result.

@didibus
Copy link
Owner

didibus commented Jul 10, 2024

Cool, I'll have a look at it when I have time. It might take me a week to get to it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants