if @user.valid?
      ....
      result = create_customer
...

Ruby Redundant Else Clauses

by https://www.google.com/accounts/o8/id?id=AItOawmRvMhcLFwL72d7b-9gx7YpThiobwkY3Co, August 05, 2010 19:19, 3 refactorings, tagged with rails, conditionals

Hi,
I have a controller wh...

1772298f2d14152c13bbd3221e6ab6ec Talk
public static String findsite(InputStream text) {
      String site, line = null;
      Boolean nospace = true;
...

Java speed up this horrendous co...

by feydr.myopenid.com, May 21, 2009 16:01, 4 refactorings, tagged with speed, java, conditionals

I don't know too much about...

7c3536f0ffdc51a02ec2c9d1d72165d5 Talk