authentication-microservice-with-domain-driven-design icon indicating copy to clipboard operation
authentication-microservice-with-domain-driven-design copied to clipboard

"ddd" is a way of working, not a package

Open JensRantil opened this issue 3 years ago • 2 comments
trafficstars

Just skimmed the source code. I think https://github.com/tlandeka/authentication-microservice-with-domain-driven-design/tree/main/src/main/java/com/tomo/mcauthentication/ddd package probably should be named domains - much more clear as DDD really just is a way of working.

JensRantil avatar Jun 01 '22 08:06 JensRantil

Thanks for the comment. "ddd" should be extracted to a common library (according to this example and this one) What do you think? I followed the examples from the books. But let's say, my idea is to use the "boilerplate" (ddd) code on other projects and not broke the DRY principle, I would rather extract that piece of code to be reusable. Agree with you that DDD is a way of working.

tlandeka avatar Jun 01 '22 20:06 tlandeka

Sounds like a good idea.

JensRantil avatar Jul 23 '22 07:07 JensRantil

Removed ddd

tlandeka avatar Nov 14 '22 22:11 tlandeka