The life of a code monkey

Text

Coding erros

In testing some old ruby code a co-worker came accross a method similar to this:

 def should_pass?( obj )

    return true if self.pass_condition.nil?

    return true

  end

Looking at old code is usually good for a laugh.

Posted on Friday, August 19 2011. Tagged with: RubyCodeError
8
Notes
  1. dotnetgeek posted this
Got a question or comment? Ask me.
Previous Next