RubyFlow The Ruby and Rails community linklog

Taskmanaging Your App, Part 2: Service Objects

Everything provides a service these days, including the software that we write! But sometimes, our own code needs a service to show up and handle a task. Enter service objects, a simple way to use Plain Old Ruby Objects to service your application. This blog post explains how and when to abstract and encapsulate your ideas into a service object and help you separate your concerns.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in