Friends
Homepage
Login
Google
Service
Import
Cotton
RT @
robpenner
: return foo ||= new Foo(); is shorter, but always re-assigns foo. return foo || (foo = new Foo()); only assigns once. @
mrmass
@
bclinkinbeard
Feb 17, 2010
from