On Mon, Jan 26, 2009 at 9:06 AM, James Byrne <li...@ruby-forum.com> wrote:

>
> I prefer the style of explicit returns.  It makes intent unambiguous.
>

The thing is that the Ruby idiom is to avoid unnecessary returns. Because of
this, using them actually makes code harder to read, because you have to
read it more carefully to see if they're being used for a legitimate reason.

Just one opinion.

///ark
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to