On 8/24/12, Nathan M. Swan <nathanms...@gmail.com> wrote:
> Class.new().method() vs. (new Class()).method()

I prefer the latter because it's more explicit that you're throwing
away an object after invocation (unless you do something funky in
'method' and store the 'this' reference globally).

Reply via email to