citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.97k stars 1.47k forks source link

Package by feature, not layer #39

Open Kwadz opened 5 years ago

Kwadz commented 5 years ago

After doing some research, I got confirmation that folder-by-feature is superior to folder-by-layer in the majority of cases. To get some arguments we can read among others, this article, this one, or even this answer.

I think that the code of DDDSample should be refactored to follow this approach, or even using modules.

What do you think?

orende commented 1 year ago

We've now discussed this and we agree that it's a good idea. We've added a ticket to our backlog to refactor to folder-by-feature.