
08-08-2008, 05:57 PM
|
Bowie's Deciple
|
 |
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
|
|
Curiosity...
Am I the only person that avoids using "with" as much as possible?
Whenever I create an object of any sort, I assign it a pointer. If the object is already created, I give it a pointer.
ex: temp.ani = showani(...);
temp.ani.prop = value;
When I have long lists of things, it seems easier to just glance at my code and see exactly what is going on, instead of tracing back with blocks.
What do you do and why? Discuss! |
__________________
|
|
|