Service objects are poorly-named models
14-Dec-2023 780
Look at any Rails codebase that's older than a few months. I bet you'll find a sub-directory of app called services.It comes with the best of intentions for separation of concerns. The developers want to keep controllers straightforward and focused on understanding a request and providing a response. They also want to keep models small, because those files have gotten too big and tedious to navigate and modify.
Service objects are poorly-named models #ruby #rubydeveloper #rubyonrails #Service #objects #poorly-named #models #service https://rubyonrails.ba/link/service-objects-are-poorly-named-models