Thread: Curiosity...
View Single Post
  #14  
Old 08-08-2008, 07:33 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by LoneAngelIbesu View Post
I'm too lazy to press my space bar that many times. Another thing that I like about using with() is when there are really long object names. I try as hard as possible not make the horizontal scrollbar appear... but, I do that with everything.
Tab key adds 2 spaces, and I don't think long object names are an excuse. You could just do something like this:

PHP Code:
temp.obj PrettyDamnLongObjectNameHere;
temp.obj.doStuff(); 
Reply With Quote