Thursday, March 15, 2007

Not returned, per se, but...

Ed: why do we return false?
Eric: You could return true, the return code actually doesn't matter
Eric: you just want to return there
Ed: I'm gonna return true
Eric: technically, in this method, you don't need to, because there won't be any code following
Eric: but if there was any, you'd have to
Ed: I just returned true

No comments: