Your Rails Application is Missing a Domain Controller
Do you find it difficult to determine the API of the domain layer in your complex Rails application? Where should you put workflow logic that collaborates with multiple models? Are you models getting bloated with multiple responsibilities? Perhaps your Rails application is missing a Domain Controller.
Post a comment