davidjnevin / ddd_critiquewheel

Migration of Critique Wheel: a web app for the free exchange of critiques for writers of short fiction.
https://www.critiquewheel.com
1 stars 0 forks source link

Service layer member - Base for refactoring #77

Closed davidjnevin closed 1 year ago

davidjnevin commented 1 year ago

resolves #73

This went down the wrong path and brought many domain level functions up into the service layer. Major Re-factoring is required.

Lessons learned: Clear definitions of domain and service responsibilities are needed early, but the process also reveals the reality of the system being built. New issue to follow.