ddd-by-examples / library

A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
MIT License
4.87k stars 721 forks source link

Food for thoughts about extensions #71

Open MahatmaFatalError opened 2 years ago

MahatmaFatalError commented 2 years ago

I just wondered about the two things:

  1. No context map. IMHO this would be helpful to get an overview of the logical relationship between the bounded contexts https://github.com/ddd-crew/context-mapping
  2. Especially since ArchUnit is already used, it would be a reasonable improvement to incorporate https://github.com/xmolecules/jmolecules to further formally codify and validate the architectural concepts

PS: I deliberately misused the Issues feature since the Discussions feature seems to be disabled https://docs.github.com/en/discussions

yourhonor1996 commented 1 year ago

Thanks for introducing the context-mapping repo. Very interesting!