RubyFlow The Ruby and Rails community linklog

Functional Handler - A Pattern in Ruby

Sometimes we run across a case where we want to run several steps that are all dependent on the success of the previous step. Rather than munging together a bunch of conditionals, let’s take a page from functional programming to solve our problem.

Checkout my article Functional Handler - A Pattern in Ruby to learn more!

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