Quote:
Originally Posted by LoneAngelIbesu
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();